All Projects → nccgroup → Ssh_user_enum

nccgroup / Ssh_user_enum

Licence: agpl-3.0
SSH User Enumeration Script in Python Using The Timing Attack

Programming Languages

python
139335 projects - #7 most used programming language

ssh_enum_v0.3.py Usage: ssh_enum_v0.3.py [options]

Options:

  -h, --help      Show this help message and exit
  
  -u --userlist		Specify a new line delimited username file
  
  -i --ip         Specify the target
  
  -m --multiplier	Specify the multiplier for the password (used to cause the delay)
  
  -t --threshold	Adjust the threshold according to the multipler
  
  -p --port		    Specify a port if the SSH service is not running on port 22
  
  -a --autotune		Calculate the optimum delay/threshold

Tips

Running the script with just userlist and host arguments will use defaults. This will work but may not be optimal.

Running the script with autotune will attempt to find the ideal multiplier and appropriate threshold: ssh_enum_v0.3.py -u users.txt -i 192.168.0.1 -a

After the autotune mode has finished, it will display the multiplier and threshold. These values can be used for subsequent attacks against the same hsot: ssh_enum_v0.3.py - users.txt -i 192.168.0.1 -m 4000 -t 8

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].