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-2024-6387_PoC — Script for checking CVE-2024-6387 (regreSSHion) | Kitploit
Tools/GitHubGitHub/shamo0/cve-2024-6387_poc
ReconnaissanceVulnerability AnalysisExploitationNetwork SecurityPenetration Testing
GitHubshamo0/cve-2024-6387_poc

CVE-2024-6387_PoC

Script for checking CVE-2024-6387 (regreSSHion)

View Repository
1142 years 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

CVE-2024-6387 PoC

This Bash script is designed to check if a server is running a vulnerable version of OpenSSH based on its SSH banner. It verifies if the SSH port is open and examines the banner response to determine if it matches any known vulnerable versions.

Usage

  1. Clone the Repo
root@kitploit:~
git clone https://github.com/shamo0/CVE-2024-6387_PoC
cd CVE-2024-6387_PoC
  1. Run the script
root@kitploit:~
check.sh <ip> [<ip> ...] [--port=<port>] [--timeout=<timeout>] [--file=<filename>]

Output

  • If the server is vulnerable, the script will print : vulnerable (running SSH version).
  • If the server is not vulnerable, it will print : not vulnerable (running SSH version).
  • If the SSH port is closed, it will print : closed.
Download Tool