Share
## https://sploitus.com/exploit?id=CC3AE4FC-CF04-5EDA-A010-6D7E71538C92
# ๐Ÿ›ก๏ธ Terrapin Vulnerability Scanner (CVE-2023-48795)

A Python tool to identify SSH servers potentially vulnerable to [CVE-2023-48795 (Terrapin)](https://terrapin-attack.com/) by extracting OpenSSH version banners over port 22 using `netcat`.

---

## ๐Ÿ“Œ Description

This scanner checks if a target SSH server is running a vulnerable version of OpenSSH (prior to 9.6) which may be affected by the Terrapin attack. The tool is designed for internal audits, penetration testing, and infrastructure risk assessments.

---

## ๐Ÿš€ Usage

### Scan a single IP:
```bash
python3 terrapin_scan.py --ip 192.168.0.50