crunch

Generate custom wordlists for password cracking and security testing

brewmacoslinux
Try with needOr install directly
Source

About

Wordlist generator

Commands

crunch

Examples

Generate all 3-character combinations using lowercase letters$ crunch 3 3 abcdefghijklmnopqrstuvwxyz
Create wordlist with 4-6 character passwords using letters and numbers$ crunch 4 6 abcdefghijklmnopqrstuvwxyz0123456789 -o wordlist.txt
Generate combinations from specific character set with pattern$ crunch 5 5 -f /usr/share/crunch/charset.lst mixalpha -o output.txt