CRUNCH

make custom wordlists

Install

# Debian based
sudo apt install crunch

Usage

crunch min_chars max_chars -o wordlist.txt -t pattern

-t: specify custom pattern ()

  • @ will insert lower case characters

  • , will insert upper case characters

  • % will insert numbers

  • ^ will insert symbols

-o wordlist.txt

example:

crunch 12 12 -o wordlist.txt -t isetcom^%%%%

Last updated