Skip to content

calebshortt/opensshd_user_enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSHD User Enumeration

A simple script that takes advantage of OpenSSHD 7.2p2 - User Enumeration: CVE 2016-6210.

Can take a list of usernames and try them against a server -- looks to find users in the system. Built from the sample code specified at https://www.exploit-db.com/exploits/40113/

Usage

python opensshd.py [-h] [-u --userlist USERLIST_FILE] target_ip

Results

[attempted username] [rejection speed] [* if flagged or of interest]

Ex:

testuser 0.0356

root 0.5625 *

Note: The * is a flag that marks usernames of interest and that might be in the target system.

About

OpenSSHD 7.2p2 - User Enumeration: CVE 2016-6210

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages