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
CVE-2016-6210 — User name enumeration against SSH daemons affected by CVE-2016-6210. | Kitploit
Tools/GitHubGitHub/wabiyagi/cve-2016-6210
ReconnaissanceVulnerability AnalysisInformation GatheringNetwork SecurityPenetration Testing
GitHubwabiyagi/cve-2016-6210

CVE-2016-6210

User name enumeration against SSH daemons affected by CVE-2016-6210.

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

CVE-2016-6210

User name enumeration against SSH daemons affected by CVE-2016-6210.

Use against your own hosts only! Attacking stuff you are not permitted to may put you in big trouble!

INSTALATION

Clone the Repository:

root@kitploit:~
git clone https://github.com/coolbabayaga/CVE-2016-6210.git
cd ssh-enum-cve-2016-6210

Create and Activate a Virtual Environment (Optional but recommended):

root@kitploit:~
python3 -m venv venv
source venv/bin/activate

Install Dependencies:

root@kitploit:~
pip install -r requirements.txt

Run the Script:

root@kitploit:~
 40136.py -h

USAGE

usage: 40136.py [-h] [-u USER | -U USERLIST] [-e] [-s] [--bytes BYTES] [--samples SAMPLES] [--factor FACTOR] [--trials TRIALS] host

root@kitploit:~
example: 40136.py -U /usr/share/wordlists/metasploit/unix_users.txt -e -s 192.168.44.63:22

positional arguments: host Give SSH server address like ip:port or just by ip

options: -h, --help show this help message and exit -u, --user USER Give a single user name -U, --userlist USERLIST Give a file containing a list of users -e, --enumerated Only show enumerated users -s, --silent Silent mode --bytes BYTES Bytes to send as password --samples SAMPLES Samples for baseline timing --factor FACTOR Factor for timing boundary --trials TRIALS Trials per user

Download Tool