Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CiKu370/hasher

Hash cracker with auto detect hash
https://github.com/CiKu370/hasher

bruteforce-password-cracker cracking-hash hash

Last synced: 13 days ago
JSON representation

Hash cracker with auto detect hash

Awesome Lists containing this project

README

        

# hasher 3.0.1(alpha)

Hasher is a Hash Cracker that has supported more than 7 types of hashes

# hasher feature
- [x] auto detect hash
- [x] supports windows and linux platforms
- [x] fast decrypt
- [x] list of supported hashes:
```
- md4
- md5
- sha1
- sha224
- sha256
- sha384
- sha512
- ripemd160
- whirlpool
- mysql 3.2.3
- mysql 4.1
- mssql2000
- mssql2005
- nthash
- lmhash
- ntlm hash
```
# [ Installation ]
```
$ apt update upgrade
$ apt install python2 git
$ git clone https://github.com/ciku370/hasher
$ cd hasher
$ python2 hash.py
```
# Screenshot