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
sentinelssh — SentinelSSH is an advanced, high-performance SSH vulnerability scanner written in Go. It's specifically designed to detect the CVE-2024-6387 vulnerability in OpenSSH servers across various network environments. | Kitploit
Tools/GitHubGitHub/harshinsecurity/sentinelssh
ReconnaissanceVulnerability ScannersExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubharshinsecurity/sentinelssh

sentinelssh

SentinelSSH is an advanced, high-performance SSH vulnerability scanner written in Go. It's specifically designed to detect the CVE-2024-6387 vulnerability in OpenSSH servers across various network environments.

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

SentinelSSH: Advanced CVE-2024-6387 Vulnerability Scanner

SentinelSSH is an advanced, high-performance SSH vulnerability scanner written in Go. It's specifically designed to detect the CVE-2024-6387 vulnerability in OpenSSH servers across various network environments.

Installation

To install SentinelSSH, make sure you have Go installed on your system (version 1.16 or later), then run:

root@kitploit:~
go install github.com/harshinsecurity/sentinelssh/cmd/sentinelssh@latest

Usage

After installation, you can run SentinelSSH directly from the command line:

root@kitploit:~
sentinelssh [flags] [targets...]

Flags

  • --port, -p: Target port number (default: 22)
  • --timeout, -t: Connection timeout in seconds (default: 5)
  • --concurrency, -c: Number of concurrent scans (default: 100)
  • --output, -o: Output file for detailed results (CSV format)
  • --file, -f: File containing list of targets

Examples

Scan a single IP:

root@kitploit:~
sentinelssh 192.168.1.1

Scan a domain:

root@kitploit:~
sentinelssh example.com

Scan multiple targets:

root@kitploit:~
sentinelssh example.com 192.168.1.1 10.0.0.1

Scan targets from a file:

root@kitploit:~
sentinelssh -f targets.txt

Save results to a CSV file:

root@kitploit:~
sentinelssh -o results.csv 192.168.1.1 example.com

Custom port and higher concurrency:

root@kitploit:~
sentinelssh --port 2222 --concurrency 200 192.168.1.0/24

Features

  • Targeted CVE-2024-6387 detection
  • Support for IP addresses, domain names, and CIDR ranges
  • High-speed concurrent scanning
  • Comprehensive version analysis
  • Detailed, color-coded console output
  • CSV export for further analysis
  • Customizable scan parameters

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Download Tool