ncrack

Network authentication cracking tool for SSH, RDP, and other services

brewmacoslinux
Try with needOr install directly
Source

About

Network authentication cracking tool

Commands

ncrack

Examples

Crack SSH credentials on a single host$ ncrack -p 22 --user admin -P passwords.txt 192.168.1.100
Attempt RDP brute force with username list$ ncrack -p 3389 -U usernames.txt -P passwords.txt 192.168.1.50
Scan multiple hosts for SSH with timing options$ ncrack -p 22 --user root -P passlist.txt -T 5 192.168.1.0/24