Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-48795 — Scans SSH servers for Terrapin-affected OpenSSH versions by grabbing banners over port 22, enabling quick internal audits, penetration testing, and vulnerability assessments. | Kitploit
Tools/GitHubGitHub/hav0cx0/cve-2023-48795
Vulnerability ScannersVulnerability AnalysisInformation GatheringNetwork SecurityPenetration Testing
GitHubhav0cx0/cve-2023-48795

CVE-2023-48795

Scans SSH servers for Terrapin-affected OpenSSH versions by grabbing banners over port 22, enabling quick internal audits, penetration testing, and vulnerability assessments.

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🛡️ Terrapin Vulnerability Scanner (CVE-2023-48795)

A Python tool to identify SSH servers potentially vulnerable to CVE-2023-48795 (Terrapin) 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:

root@kitploit:~
python3 terrapin_scan.py --ip 192.168.0.50
Download Tool