
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