
SSH Exploit Tool (Educational Use Only) 📌 Description This tool demonstrates exploitation of: CVE-2008-0166 CVE-2008-1657 It connects to vulnerable SSH services and provides: Persistent interactive shell Command execution logging Automatic PDF & DOCX report generation
该工具演示了以下漏洞的利用:
它连接到存在漏洞的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 Qasim Shahbaz