
This tool exploits a Path Traversal vulnerability in Camaleon CMS (CVE-2024-46987). It allows for arbitrary file download and includes an automated feature to attempt to retrieve SSH keys from users discovered on the system.
pip install -r requirements.txt
By default, the script runs in an interactive mode where you can input file paths to download.
python3 cve-2024-46987.py -u http://target.com -l admin -p password
Use the --bruteforce-ssh flag to automatically mine for SSH keys.
python3 cve-2024-46987.py -u http://target.com -l admin -p password --bruteforce-ssh
-u, --url: Target Base URL (Required)-l, --login: Username for login (Default: admin)-p, --password: Password for login (Default: password)-c, --cookie: Manual session cookie (Optional)--bruteforce-ssh: Enable automated SSH key harvesting modeThis tool is for educational purposes and authorized penetration testing only. Usage of this tool for attacking targets without prior mutual consent is illegal.