Share
## https://sploitus.com/exploit?id=C892A90E-C1D1-5A54-BFAA-046266448553
# ๐ 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
---
## โ๏ธ Features
- Persistent shell (`cd`, `ls`, `pwd`, etc.)
- Captures real command output
- Generates professional reports
- Organized output directory
---
## ๐ฆ Installation
```bash
git clone https://github.com/yourusername/ssh-exploit-tool.git
cd ssh-exploit-tool
pip install -r requirements.txt
```
---
## ๐ Usage
```bash
python3 exploit.py
```
Example:
```bash
python3 exploit.py 192.168.1.10
```
---
## ๐ Output
Reports are saved in:
```
/output/
```
Includes:
- DOCX report
- PDF report
---
## โ ๏ธ Disclaimer
This tool is for **educational and authorized penetration testing only**.
Do NOT use it on systems without permission.
---
## ๐จโ๐ป Author
Muhammad Faizan Ali