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
ssh_Enum_vaild — A Bash script to enumerate valid SSH usernames using the CVE-2018-15473 vulnerability. It checks for valid usernames on an OpenSSH OpenSSH 7.2p2 server by analyzing authentication responses. | Kitploit
Tools/GitHubGitHub/0xnehru/ssh_enum_vaild
Vulnerability AnalysisExploitationInformation GatheringPenetration TestingAuthenticationLearning & Education
GitHub0xnehru/ssh_enum_vaild

ssh_Enum_vaild

A Bash script to enumerate valid SSH usernames using the CVE-2018-15473 vulnerability. It checks for valid usernames on an OpenSSH OpenSSH 7.2p2 server by analyzing authentication responses.

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

ssh_Enum_vaild

A Bash script to enumerate valid SSH usernames using the CVE-2018-15473 vulnerability. It checks for valid usernames on an OpenSSH server by analyzing authentication responses.

Features

✅ Detects valid SSH usernames based on OpenSSH response behavior ✅ Uses a public key authentication bypass technique ✅ Optimized for speed using parallel processing ✅ Saves valid usernames automatically to valid_usernames.txt ✅ Lightweight, requires only Bash and OpenSSH client

  1. Only displays valid usernames (removes invalid ones from output).
  2. Saves valid usernames to valid_usernames.txt.
  3. Runs faster by executing checks in parallel.

Usage

chmod +x exploit.sh

./exploit <username_file>

Example:

./exploit 192.168.1.1 22 usernames.txt

Requirements

root@kitploit:~
1.Linux/macOS with Bash
2.OpenSSH client (ssh, ssh-keygen, nc)
3.Target system running OpenSSH

⚠️ Disclaimer

This script is for educational and authorized security testing only. Do not use it on systems without permission.

🔗 CVE-2018-15473 Details

Download Tool