Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/CiKu370/hasher
- Owner: CiKu370
- License: gpl-3.0
- Created: 2018-03-30T11:33:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T04:21:46.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:34:34.489Z (3 months ago)
- Topics: bruteforce-password-cracker, cracking-hash, hash
- Language: Python
- Homepage:
- Size: 20.4 MB
- Stars: 230
- Watchers: 22
- Forks: 42
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - hasher - Hash cracker with auto detect hash.[![->](https://img.shields.io/github/stars/CiKu370/hasher.svg?style=social&label=Star&maxAge=2592000)](https://github.com/CiKu370/hasher/stargazers/) (Uncategorized / Uncategorized)
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