HatBashBR / HatDecrypter

MD5, SHA1 and WordPress Decryptor
MIT License
27 stars 9 forks source link

HatDecrypt

MD5, SHA1 and WordPress Decryptor

Dependencies

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

Types List

0 = MD5
1 = SHA1
2 = WordPress

Options

-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

Usage

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'

ScreenShots