Crush is a simple python script for cracking hash
Hash | Status |
---|---|
MD5 | ✔ |
SHA1 | ✔ |
SHA256 | ✔ |
SHA512 | ✔ |
$ git clone https://github.com/relarizky/crush.git
$ cd crush
$ python3 crush.py
$ python3 crush.py
_____ _
/ ____| | |
| | _ __ _ _ ___| |__
| | | '__| | | / __| '_ \
| |____| | | |_| \__ \ | | |
\_____|_| \__,_|___/_| |_|
[Crack Your Hash]
usage: crush.py -s <hash> [-d | -b] [-w <file> | -l <length number>]
Simple Tool For Hash Cracking
optional arguments:
-h, --help show this help message and exit
-s STRING, --string STRING
hash string you'd like to crack
-b, --brute-attack perform brute-force attack
-d, --dict-attack perform dictionary attack
-l LENGTH, --length LENGTH
max length of string for brute-forcing (default=3)
-w WORDLIST, --wordlist WORDLIST
wordlist file for dictionary attack
Happy Cracking:)