Generate Wordlists

Tools

hashcat

Potentially valid usernames, John Doe as an example:

$ cat << EOF >> passwords.txt
johndoe
jdoe
j.doe
doe
EOF

Common usernames:

$ cat << EOF >> passwords.txt
admin
administrator
root
guest
sa
changeme
password
EOF

Common patterns:

Add year and exclamation point to the end of each password:

Mutate the wordlist with hashcat rules:

kwprocessor

cewl

psudohash

Last updated