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