一款专业的Python工具,专为教育性渗透测试设计,演示SSH漏洞(CVE-2008-0166 / CVE-2008-1657),具备交互式shell访问、命令日志记录以及自动化PDF/DOCX报告功能。
此工具演示了以下漏洞的利用:
它连接到存在漏洞的 SSH 服务并提供:
cd、ls、pwd 等)git clone https://github.com/yourusername/ssh-exploit-tool.git
cd ssh-exploit-tool
pip install -r requirements.txt
python3 exploit.py <target_ip>
示例:
python3 exploit.py 192.168.1.10
报告保存在:
/output/
包括:
此工具仅供教育和授权渗透测试使用。
未经许可,请勿在系统上使用。
Muhammad Faizan Ali