hashcat

World's fastest password recovery and hash cracking utility

brewmacoslinux
Try with needOr install directly
Source

About

World's fastest and most advanced password recovery utility

Commands

hashcat

Examples

Crack MD5 hashes using a wordlist$ hashcat -m 0 -a 0 hashes.txt wordlist.txt
Brute force attack on NTLM hashes with 8-char passwords$ hashcat -m 1000 -a 3 hashes.txt ?u?l?l?l?l?l?l?l?l
Crack bcrypt hashes with rule-based wordlist attack$ hashcat -m 3200 -a 0 -r rules.txt hashes.txt wordlist.txt