To create a wordlist of words with a minimum length of 5 characters and a maximum of 25 characters using the given character set:
[email protected]:~# crunch 05 25 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 > file.txt
Here’s the explanation:
#crunch [min length] [max length] [pattern] > [out file.txt]