githubEdit

Wordlist techniques

Wordlist Techniques

COMBINED WORDLISTS

1)

cat file.txt file2.txt file3.txt > combined.txt

sort combined.txt | uniq -u > cleaned_combined.txt

CUSTOMIZED WORDLISTS

Tool: Cewl, mentalist, wordlistctl, TTPassGen

cewl -w list.txt -d 5 -m 5 http://example.com

cewl flags:

-d = Depth to spider to (default=2)

-w = write to a file

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:

1)

2)

KEYSPACE TECHNIQUE

Tools: Crunch, CUPP.py

Example:

Crunch options:

@ = Lowercase alpha characters

^ = Special characters including space

% = Numeric characters

, = Uppercase alpha characters

Example:

SEARCH FOR WORDLISTS

wordlistctl = Fetches, installs, updates and searches wordlist archives throughout the internet.

usage:

search = search specific subject

list -g = search from a category

-l = Local archives

-r = Remote archives

Last updated