Skip to content

Latest commit

 

History

History

password-cracking

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Password Cracking

Wordlists

sanitize.py

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)