
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