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-CVE-2018-15473 — 🛡️ SSH User Enumeration (CVE-2018-15473). Python 3, multihilo y calibración anti-falsos positivos. 🧵 | Kitploit
Tools/GitHubGitHub/kikechans/-ssh-enum-cve-2018-15473
Vulnerability AnalysisExploitationInformation GatheringPenetration TestingLearning & EducationLabs & Practice
GitHubkikechans/-ssh-enum-cve-2018-15473

-SSH-Enum-CVE-2018-15473

🛡️ SSH User Enumeration (CVE-2018-15473). Python 3, multihilo y calibración anti-falsos positivos. 🧵

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
4 months agoNot yet reviewed

🛡️ OpenSSH User Enumeration Tool (CVE-2018-15473)

User enumeration tool for OpenSSH versions below 7.7. This version has been ported to Python 3 and optimized for maximum stability in HackTheBox and TryHackMe labs.

✨ Key improvements

  • Compatibility: Works with paramiko 3.x (fixes the property object is not subscriptable error).
  • Calibration: Performs an initial test with a random user to detect if the server has protections that generate false positives.
  • Immediate Feedback: Uses imap_unordered to show valid and invalid users in real time while the script continues running.
  • Visual Output: Color markers to quickly identify hits (+) and misses (-).

🛠️ Installation

root@kitploit:~
pip3 install paramiko --break-system-packages

🚀 Usage

root@kitploit:~
# Test a single user
python3 exploit_ssh.py <IP> --user root

# Use a wordlist with custom threads
python3 exploit_ssh.py <IP> --wordlist /usr/share/wordlists/metasploit/unix_users.txt --threads 10

⚠️ Disclaimer

This script is for educational use only and in authorized environments. The author is not responsible for the misuse of this tool.

Download Tool