Skip to content

Commit 0d94f93

Browse files
authored
Update README.md
1 parent 1c7558b commit 0d94f93

File tree

1 file changed

+34
-22
lines changed

1 file changed

+34
-22
lines changed

README.md

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
# Make your own database for cracking hash
12
# HashExploit
2-
#Make you own database for cracking hash
3-
HashExpoit is Tool For Cracking Hash.
4-
HashExploit Supports 11 Hash Such as md5, sha1, sha223, sha3_384, blake2s, blake2b, sha384, sha3_224,
5-
sha512, sha256, sha3_256 etc.
3+
4+
HashExpoit is hash Cracking.
5+
it Supports 11 Hash Such as md5, sha1, sha223, sha3_384, blake2s, blake2b, sha384, sha3_224,
6+
sha512, sha256, sha3_256 and so on.
67
it Generates Rainbow Table and Creates Sqlite
7-
Database in Current Directory and Match Hash With Rainbow Table Hashes. HashExploit Also
8+
Database in Current Directory and Match Hash With Rainbow Table Hashes. it Also
89
Supports Prepend and Append Salt Value.
9-
you can use HashExploit Intractive Mode And Non-Intactive Mode
10-
HashExploit directly cracks Match Hash To Rainbow Table Hash
11-
No Require To Specify Hash Alogorithem Name
10+
it has two mode Intractive Mode And Non-Intactive Mode
11+
it cracks Hash using Rainbow Table Hash
12+
1213
# Usage
1314
# Interactive Mode
1415

@@ -24,16 +25,18 @@ hash > help
2425
word : Word Of Hash
2526
Example : File /root/file
2627
Example : Hash Crack
28+
2729
# Non-Interactive Mode
28-
# Help options
30+
31+
# Options
2932
root@kali:~/HashExploit# python3 HashExploit.py -h
3033

3134
usage: HashExploit.py [-h] [-f FILE] [-p PRE] [-a AP] [-H HASH] [-v] [-w WORD]
3235

3336
HashExploit CLI. HashExpoit is Great Tool For Cracking Hash.It Supports 11
3437
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
38+
sha512, sha256, sha3_256 so on. It Generates Rainbow Table and Creates Sqlite
39+
Database in Current Directory. It Also
3740
Supports Prepend and Append Salt
3841

3942
optional arguments:
@@ -46,17 +49,33 @@ root@kali:~/HashExploit# python3 HashExploit.py -h
4649
-w WORD, --word WORD Generate Hashes For A Particular Word
4750

4851

49-
# for Creating rainbow table
52+
# To create rainbow table (Initially)
5053

5154
root@kali:~/HashExploit# python3 HashExploit.py -f full_path_of_file/rockyou.txt
5255

53-
# Append Salt Value
56+
57+
58+
59+
# To crack hash
60+
root@kali:~/HashExploit# python3 HashExploit.py -H 5f4dcc3b5aa765d61d8327deb882cf99
61+
62+
word => " password " hash ALGORITHM md5 5f4dcc3b5aa765d61d8327deb882cf99
63+
64+
65+
66+
67+
# Append salt value
5468
root@kali:~/HashExploit# python3 HashExploit.py -a saltvalue -f /root/HashExploit/rockyou.txt
5569

56-
# Prepend Salt Value
70+
71+
72+
# Prepend salt value
5773
root@kali:~/HashExploit# python3 HashExploit.py -p saltvalue -f /root/HashExploit/rockyou.txt
5874

59-
# For Generating Hash Of A Particular Word
75+
76+
77+
78+
# To generate hash for a particular word
6079
root@kali:~/HashExploit# python3 HashExploit.py -w password
6180

6281
md5 : 5f4dcc3b5aa765d61d8327deb882cf99
@@ -82,10 +101,3 @@ root@kali:~/HashExploit# python3 HashExploit.py -w password
82101
sha256 : 5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8
83102

84103
sha3_256: c3f847612c3780385a859a1993dfd9fe7c4e6d7f477148e527e9374c
85-
86-
87-
# For Cracking Hash
88-
root@kali:~/HashExploit# python3 HashExploit.py -H 5f4dcc3b5aa765d61d8327deb882cf99
89-
90-
word => " password " hash ALGORITHM md5 5f4dcc3b5aa765d61d8327deb882cf99
91-

0 commit comments

Comments
 (0)