A Python-based vulnerability scanner designed to identify potential exposure to CVE-2023-22515 (Atlassian Confluence).
- Python 3.8+
- Git
- Linux (Kali Linux recommended)
Clone the repository:
git clone https://github.com/DavidMurma/confluence_scanner.gitNavigate to the project directory:
cd confluence_scannerCreate a virtual environment:
python3 -m venv venvActivate the virtual environment:
source venv/bin/activateInstall dependencies:
pip install -r requirements.txtRun a scan using the short URL option:
python scanner.py -u https://www.target.comor
./scanner.py -u https://www.target.comRun a scan using the long URL option:
python scanner.py --url https://www.target.comor
./scanner.py --url https://www.target.comDisplay available options and usage information:
python scanner.py -hor
./scanner.py -hpython scanner.py -u https://example.comThis tool is intended for educational purposes and authorized security testing only. Do not scan systems without proper authorization.