Password Cracking
Default Creds
Building words lists
# Grab words form a site
cewl https://example.com -v --with-numbers -w words.txt
# Password Mangeling, High storage cost for longer lists.
python pydictor.py -extend words.txt --leet 0 1 2 11 21 --level 1 --len 4 16 --occur "<=10" ">0" "<=2" -o /possbile/wordlist.lst
# This will create a multiple GB file. You dont have the storage.
./rsmangler.rb words.txt -yieulcpJohn Custom word lists
Brute forcing tools
Windows Hashdump
Cracking NTLMv2-SSP
Wifi Hacking
Protocols to target
General advice
Last updated