SSH Brute Force

 

A small application built to try passwords against sshd

 

Options currently supported are

 

 

Usage: ./brute-ssh.exe [<options>]

     -h          Print this help and exit
     -v          Verbose. Repeat for more info
     -t <host>   host to try
     -p <port>   port to connect on
     -n <num>    number of threads to use

Note: usernames / password will be read from stdin
The format for this is username:password

 

 

2012-01-25 brute-ssh-2012-01-25.c

  • Initial Release