Generate Wordlists
Tools
hashcat
Potentially valid usernames, John Doe as an example:
$ cat << EOF >> passwords.txt
johndoe
jdoe
j.doe
doe
EOFCommon usernames:
$ cat << EOF >> passwords.txt
admin
administrator
root
guest
sa
changeme
password
EOFCommon patterns:
Add year and exclamation point to the end of each password:
Mutate the wordlist with hashcat rules:
kwprocessor
cewl
psudohash
Last updated