https://github.com/xrce/hashatsu
Simple hash killer with some options
https://github.com/xrce/hashatsu
bruteforce bruteforce-attacks encryption-decryption hash hash-cracking
Last synced: about 1 year ago
JSON representation
Simple hash killer with some options
- Host: GitHub
- URL: https://github.com/xrce/hashatsu
- Owner: xrce
- Created: 2021-12-10T16:06:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T05:37:06.000Z (over 2 years ago)
- Last Synced: 2025-02-01T04:27:19.011Z (over 1 year ago)
- Topics: bruteforce, bruteforce-attacks, encryption-decryption, hash, hash-cracking
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hashatsu - Hash Killer
Simple hash killer with some options
## How to Use
```sh
python hash.py -m -s -c
```
**Character Set :**
| Options | Characters |
| :-----: | -------------------------- |
| **a** | abcdefghijklmnopqrstuvwxyz |
| **A** | ABCDEFGHIJKLMNOPQRSTUVWXYZ |
| **0** | 1234567890 |
| **!** | !\"\$%&/()=?-.:\\*'-_:.;, |
**Example :**
```sh
python hash.py -m brute -s ae2b1fca515949e5d54fb22b8ed95575
```
**Or :**
```sh
python hash.py -s ae2b1fca515949e5d54fb22b8ed95575
```
```sh
python hash.py -l list.txt -m brute -c a0
```
## Dependencies
+ Python
## Python Modules
+ requests
+ os
+ argparse
+ hashlib
+ time
## Similar Tools
+ [Demd5](https://github.com/N1ght420/Demd5) - Simple MD5 Decryptor