- hashcat - Hashcat notes and rules
- john - John the Ripper notes
- sanitize.py - Sanitize wordlists
- clem9669 - A collection of wordlists
python3 -m pip install num2words word2number
python3 sanitize.py
python3 sanitize.py [-h] -w WORDLIST [-n NUMBERS] [-c CHARS] [-p PHRASES]
python3 sanitize.py -w rockyou.txt -c '!@#$%^&*()' -p '2000'
-c - Will strip specific characters -p - Will remove specific phrases (comma separated)