You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RainbowHash is a Great Tool For Cracking or Recovering Hashed password.
RainbowHash Supports multiple Hash Such as md5, sha1, sha223, sha3_384, blake2s, blake2b, sha384, sha3_224, sha512, sha256, sha3_256, ntlm.
It Generates Rainbow Table and build a Sqlite3 Database in Current Directory and Match Hash With Rainbow Table Hashes.
RainbowHash also Supports Prepend and Append Salt Value.
RainbowHash can be used as Intractive Mode awa Single Lineer command
RainbowHash directly recover Matched Hash from Rainbow Table Database whis is created inside Local Directory (easy to share)
No need to Specify Hash Alogorithem type.
No need to Make Rainbow table of same word or file anymore.
Usage
Intractive Mode Usage
root@CK00:~/RainbowHash# python3.7 RainbowHash.py
RainbowHash is a Great Tool For Cracking Hashes one at a time.
It Supports Hash such as md5, sha1, sha223, sha3_384, sha384, sha3_224, sha512, sha256, sha3_256, blake2s, blake2b, ntlm
Rhash > help
help : Show all Command
file : Add Wordlist To Create Rainbow Table
hash : Recover Hash
exit : Exit CLI
clear: Clear the Screen
word : Single word to genrate Rainbow Table
Example : File /root/RainbowHash/pass
root@CK00:~/RainbowHash# python3.7 RainbowHash.py -h
usage: RainbowHash.py [-h] [-f FILE] [-p PRE] [-a APP] [-H HASH] [-v]
[-w WORD]
RainbowHash is Great Tool for recover Hashe.It Supports Hash such as md5,
sha1, sha256, sha512, and many more. It is alsocapable of genrate Rainbow
Table with Wordlist file as input.
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE File To Create Rainbow Table
-p PRE, --pre PRE Prepend Salt Value
-a APP, --app APP Append Salt Value
-H HASH, --hash HASH Hash to recover
-v, --verbose Verbose = True
-w WORD, --word WORD Generate Hashe For A single string
-c, --check Ignore repeated words in Wordlist, slow but effective