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-User-Enum-Python3-CVE-2018-15473 — SSH User Enumerator in Python3, CVE-2018-15473, I updated the code of this exploit (https://www.exploit-db.com/exploits/45939) to work with python3 instead of python2. | Kitploit
Tools/GitHubGitHub/sergiovks/ssh-user-enum-python3-cve-2018-15473
Vulnerability AnalysisExploitationInformation GatheringNetwork SecurityPenetration TestingAuthentication
GitHubsergiovks/ssh-user-enum-python3-cve-2018-15473

SSH-User-Enum-Python3-CVE-2018-15473

SSH User Enumerator in Python3, CVE-2018-15473, I updated the code of this exploit (https://www.exploit-db.com/exploits/45939) to work with python3 instead of python2.

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
413 years agoNot yet reviewed

SSH-User-Enum-Python3-CVE-2018-15473

SSH User Enumerator in Python3, CVE-2018-15473, I've updated the code of this exploit (https://www.exploit-db.com/exploits/45939) to work with python3 instead of python2, and I'm trying to implement functionalities to enumerate more users instead of only one.

OpenSSH < 7.7 - User Enumeration Scripts (Python3)

sshuserenum3.py

Works fine, how to use:

root@kitploit:~
python3 sshuserenum3.py 10.10.10.84 -p 22 root

IP = positional argument
-p to specify the SSH port
user(for example root) to try the existence of a user (positional argument)

casi.py

root@kitploit:~
TO DO, STILL NOT DONE, Trying to implement a wordlist function.
Download Tool