Skip to content

Commit 35aa9c8

Browse files
authored
Update README.md
1 parent 28265ea commit 35aa9c8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,25 @@ hash > help
2525
word : Word Of Hash
2626
Example : File /root/file
2727
Example : Hash Crack
28+
# Help option
29+
root@kali:~/HashExploit# python3 HashExploit.py -h
30+
31+
usage: HashExploit.py [-h] [-f FILE] [-p PRE] [-a AP] [-H HASH] [-v] [-w WORD]
32+
33+
HashExploit CLI. HashExpoit is Great Tool For Cracking Hash.It Supports 11
34+
Hash Such as md5, sha1, sha223, sha3_384, blake2s, blake2b, sha384, sha3_224,
35+
sha512, sha256, sha3_256 etc. It Generates Rainbow Table. It Creates Sqlite
36+
Database in Current Directory and Mactch Hash With Rainbow Table. It Also
37+
Supports Prepend and Append Salt
38+
39+
optional arguments:
40+
-h, --help show this help message and exit
41+
-f FILE, --file FILE Add Wordlist To Create Rainbow Table
42+
-p PRE, --pre PRE Prepend Salt Value Into the Words Of Wordlist
43+
-a AP, --ap AP Append Salt Value Into the Words Of Wordlist
44+
-H HASH, --hash HASH Crack Hash
45+
-v, --verbose Verbose Mode
46+
-w WORD, --word WORD Generate Hashes For A Particular Word
2847

2948
# CLI Mode
3049
Create rainbow table

0 commit comments

Comments
 (0)