
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