sshtrix

SSH login cracker using wordlist-based dictionary attacks

brewmacoslinux
Try with needOr install directly
Source

About

SSH login cracker

Commands

sshtrix

Examples

Crack SSH login on target host using a wordlist$ sshtrix -h 192.168.1.100 -u root -w /path/to/wordlist.txt
Perform brute force attack with custom port and timeout$ sshtrix -h example.com -u admin -w passwords.txt -p 2222 -t 5
Test multiple usernames against a host$ sshtrix -h target.com -U users.txt -w wordlist.txt -v