usage

crunch 1 4 abcdefghijklmnopqrstuvwxyz -o wordlist.txt
  • 1 4 : specifies the min and max length
  • abcdefghijklmnopqrstuvwxyz is the character list to generate it with
  • -o wordlist.txt specifies the filename to output to