We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6184855 commit 4abe0c6Copy full SHA for 4abe0c6
README.md
@@ -50,7 +50,7 @@ Create rainbow table
50
51
root@kali:~/HashExploit# python3 HashExploit.py -f full_path_of_file/rockyou.txt
52
53
-# Generate Hash For A Particular Word
+# For Generating Hash Of A Particular Word
54
root@kali:~/HashExploit# python3 HashExploit.py -w password
55
56
md5 : 5f4dcc3b5aa765d61d8327deb882cf99
@@ -78,7 +78,7 @@ root@kali:~/HashExploit# python3 HashExploit.py -w password
78
sha3_256: c3f847612c3780385a859a1993dfd9fe7c4e6d7f477148e527e9374c
79
80
81
-# Cracking Hash
+# For Cracking Hash
82
root@kali:~/HashExploit# python3 HashExploit.py -H 5f4dcc3b5aa765d61d8327deb882cf99
83
84
word => " password " hash ALGORITHM md5 5f4dcc3b5aa765d61d8327deb882cf99
0 commit comments