πCrunch
https://www.kali.org/tools/crunch/
What is Crunch?
Cheatsheet
-b: specifies the maximum size of the wordlist.
-c: specifies the number of lines to write to the wordlist.
-d: limits the number of duplicate characters
-e: stop generating words at a certain string
-f: specifies a list of character sets from the charset.lst file
-i: inverts the order of characters in the wordlist
-l: allows the literal interpretation of %,@^ when using -t
-o: specifies the output wordlist file
-p: prints permutations without repeating characters.
-q: Like the -p option but it reads the strings from a specified file
-r: resumes a previous session (cannot be used with -s)
-s: specifies a particular string to begin the wordlist with
-t: sets a specific pattern of @,%^
-z: compresses the output wordlist file, accompanied by -o
@represents lowercase letters
^represents special characters
% represents numbers
, represents uppercase lettersExample of usage
To create a word list of specific numbers.

To generate a wordlist with a specific pattern.
To generate a custom wordlist with letters, symbols and numbers.as
To generate a wordlist with a permutation of some strings or characters

Other References:
Last updated