此工具演示以下漏洞的利用:
它连接存在漏洞的 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