Skip to content

HatBashBR/HatDecrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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





About

MD5, SHA1 and WordPress Decryptor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages