Hydra
Usage:
HTTP:
Template:
hydra -l <username> -P <wordlist> -s <port> -f <ip> http-get /<page>/
EX:
hydra -l frodo -P frodo.mangled.txt -s 80 -f 10.0.5.21 http-get /admin/
SSH:
Template:
hydra -l <username> -P <wordlist> <ip> -t <intensity> ssh
EX:
hydra -l frodo -P frodo.mangled.txt 10.0.5.21 -t 4 ssh
Flags:
-l | login/username
-P | File for wordlist
-s | Port
-f | Exit after the first found login/password pair
-t | Run TASKS number of connects in parallel
Last updated