Skip to content

DavidMurma/confluence_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluence Scanner

A Python-based vulnerability scanner designed to identify potential exposure to CVE-2023-22515 (Atlassian Confluence).

Prerequisites

  • Python 3.8+
  • Git
  • Linux (Kali Linux recommended)

Installation

Clone the repository:

git clone https://github.com/DavidMurma/confluence_scanner.git

Navigate to the project directory:

cd confluence_scanner

Create a virtual environment:

python3 -m venv venv

Activate the virtual environment:

source venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Usage

Run a scan using the short URL option:

python scanner.py -u https://www.target.com

or

./scanner.py -u https://www.target.com

Run a scan using the long URL option:

python scanner.py --url https://www.target.com

or

./scanner.py --url https://www.target.com

Help Menu

Display available options and usage information:

python scanner.py -h

or

./scanner.py -h

Example

python scanner.py -u https://example.com

Disclaimer

This tool is intended for educational purposes and authorized security testing only. Do not scan systems without proper authorization.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages