hydra

Network logon cracker supporting multiple protocols and services

brewmacoslinux
Try with needOr install directly
Source

About

Network logon cracker which supports many services

Commands

hydra

Examples

Crack SSH login with wordlist$ hydra -l admin -P /usr/share/wordlists/rockyou.txt ssh://192.168.1.100
Brute force HTTP basic authentication$ hydra -L users.txt -P passwords.txt http-basic://example.com
Attack FTP service with multiple threads$ hydra -l root -P wordlist.txt -t 4 ftp://target.com