
A professional Python tool designed for educational penetration testing, demonstrating SSH vulnerabilities (CVE-2008-0166 / CVE-2008-1657) with interactive shell access, command logging, and automated PDF/DOCX reporting.
This tool demonstrates exploitation of:
It connects to vulnerable SSH services and provides:
cd, ls, pwd, etc.)git clone https://github.com/yourusername/ssh-exploit-tool.git
cd ssh-exploit-tool
pip install -r requirements.txt
python3 exploit.py <target_ip>
Example:
python3 exploit.py 192.168.1.10
Reports are saved in:
/output/
Includes:
This tool is for educational and authorized penetration testing only.
Do NOT use it on systems without permission.
Muhammad Faizan Ali