Wordlist techniques
Wordlist Techniques
COMBINED WORDLISTS
cat file.txt file2.txt file3.txt > combined.txt
sort combined.txt | uniq -u > cleaned_combined.txtCUSTOMIZED WORDLISTS
Tool: Cewl, mentalist, wordlistctl, TTPassGen
cewl -w list.txt -d 5 -m 5 http://example.comcewl flags:
TTPassGen crafts wordlists from scratch
Examples:
4digits PIN code wordlist:
List of all lowercase chars combinations of length 1 to 3:
Wordlist combination example: (Separated by a dash)
USERNAME WORDLISTS
Tool: username_generator
example:
KEYSPACE TECHNIQUE
Tools: Crunch, CUPP.py
Example:
Crunch options:
@ = Lowercase alpha characters
^ = Special characters including space
% = Numeric characters
, = Uppercase alpha characters
SEARCH FOR WORDLISTS
Last updated