
🛡️ SSH User Enumeration (CVE-2018-15473). Python 3, multihilo y calibración anti-falsos positivos. 🧵
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.
paramiko 3.x (fixes the property object is not subscriptable error).imap_unordered to show valid and invalid users in real time while the script continues running.+) and misses (-).pip3 install paramiko --break-system-packages
# 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
This script is for educational use only and in authorized environments. The author is not responsible for the misuse of this tool.