
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