Password Profiling
Common Passwords
python3 exrex.py -v "((W|w)inter|(S|s)ummer|(F|f)all|(A|a)utumn|(S|s)pring)20(16|17|18|19|20)" > seasons_months.txt
python3 exrex.py -v "((J|j)anuary|(F|f)ebruary|(M|m)arch|(A|a)pril|(M|m)ay|(J|j)une|(J|j)uly|(A|a)ugust|(S|s)eptember|(O|o)ctober|(N|n)ovember|(D|d)ecember)20(16|17|18|19|20)" >> seasons_months.txtCUPP
Website scraping
cewl www.megacorpone.com -m 6 -w megacorp-cewl.txtJohn password mutation
sudo nano /etc/john/john.conf
(search -> [List.Rules:Wordlist])
$[0-9]$[0-9]
john --wordlist=megacorp-cewl.txt --rules --stdout > mutated.txtKeyboard walking/mapping
Tooling
Last updated

