john-jumbo

Enhanced password cracker with advanced features and attack modes

brewmacoslinux
Try with needOr install directly
Source

About

Enhanced version of john, a UNIX password cracker

Commands

john

Examples

Crack passwords from a shadow file using default wordlist$ john /etc/shadow
Attempt brute force attack with custom character set$ john --incremental=LowerCase --max-run-time=3600 hashes.txt
Use a specific wordlist with rules for password cracking$ john --wordlist=/usr/share/dict/words --rules hashes.txt