MD5, SHA1 and WordPress Decryptor
You will need to install the bs4 and the passlib library:
pip install bs4 passlib
or download at
https://pypi.python.org/pypi/beautifulsoup4
https://pypi.python.org/pypi/passlib
0 = MD5
1 = SHA1
2 = WordPress
-h, --help show this help message and exit
-t TIPO, --type=TIPO TIPO(deve estar na lista)
-p HASH, --pass=HASH adicione o hash
-w WL, --wordlist=WL adicione uma wordlist
-s SALT, --salt=SALT adicione um salt
-u USER, --user=USER adicione um nome de usuario(opcional)
-l LIST, --list=LIST adicione uma lista de hashs
Default
python hatdecrypter.py -t TIPO -p HASH
Salted
python hatdecrypter.py -t TIPO -p HASH -s SALT
WordPress
Windows: python hatdecrypter.py -t 2 -p HASH
Linux: python hatdecrypter.py -t 2 -p 'HASH'