Simple hash killer with some options
python hash.py -m <mode> -s <hash> -c <charset>
Character Set :
Options | Characters |
---|---|
a | abcdefghijklmnopqrstuvwxyz |
A | ABCDEFGHIJKLMNOPQRSTUVWXYZ |
0 | 1234567890 |
! | !"$%&/()=?-.:\*'-_:.;, |
Example :
python hash.py -m brute -s ae2b1fca515949e5d54fb22b8ed95575
Or :
python hash.py -s ae2b1fca515949e5d54fb22b8ed95575
python hash.py -l list.txt -m brute -c a0
- Python
- requests
- os
- argparse
- hashlib
- time
- Demd5 - Simple MD5 Decryptor