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-nmap — CVE-2024-6387-nmap | Kitploit
Tools/GitHubGitHub/paradessia/cve-2024-6387-nmap
ReconnaissanceVulnerability ScannersExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubparadessia/cve-2024-6387-nmap

CVE-2024-6387-nmap

CVE-2024-6387-nmap

View Repository
4122 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

OpenSSH Vulnerability Checker Nmap Script

Description

The openssh-vuln-checker.nse script checks if a server is running a vulnerable version of OpenSSH(CVE-2024-6387). It connects to the SSH port, retrieves the SSH banner, and compares it against a list of known vulnerable versions.

Vulnerable Versions

The script checks for the following vulnerable versions of OpenSSH:

  • SSH-2.0-OpenSSH_8.5p1
  • SSH-2.0-OpenSSH_8.6p1
  • SSH-2.0-OpenSSH_8.7p1
  • SSH-2.0-OpenSSH_8.8p1
  • SSH-2.0-OpenSSH_8.9p1
  • SSH-2.0-OpenSSH_9.0p1
  • SSH-2.0-OpenSSH_9.1p1
  • SSH-2.0-OpenSSH_9.2p1
  • SSH-2.0-OpenSSH_9.3p1
  • SSH-2.0-OpenSSH_9.4p1
  • SSH-2.0-OpenSSH_9.5p1
  • SSH-2.0-OpenSSH_9.6p1
  • SSH-2.0-OpenSSH_9.7p1

Reference

  • https://ubuntu.com/security/CVE-2024-6387
  • https://cve.mitre.org/cgi-bin/cvename.cgi?name=2024-6387

Usage

  • nmap --script openssh-vuln-checker -p 22

Output

  • PORT STATE SERVICE
  • 22/tcp open ssh
  • | openssh-vuln-checker:
  • | Server at is running SSH-2.0-OpenSSH_ (vulnerable)
  • |_ Server at is not vulnerable (running SSH-2.0-OpenSSH_)
Download Tool