Skip to content

Commit 4abe0c6

Browse files
authored
Update README.md
1 parent 6184855 commit 4abe0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Create rainbow table
5050

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

53-
# Generate Hash For A Particular Word
53+
# For Generating Hash Of A Particular Word
5454
root@kali:~/HashExploit# python3 HashExploit.py -w password
5555

5656
md5 : 5f4dcc3b5aa765d61d8327deb882cf99
@@ -78,7 +78,7 @@ root@kali:~/HashExploit# python3 HashExploit.py -w password
7878
sha3_256: c3f847612c3780385a859a1993dfd9fe7c4e6d7f477148e527e9374c
7979

8080

81-
# Cracking Hash
81+
# For Cracking Hash
8282
root@kali:~/HashExploit# python3 HashExploit.py -H 5f4dcc3b5aa765d61d8327deb882cf99
8383

8484
word => " password " hash ALGORITHM md5 5f4dcc3b5aa765d61d8327deb882cf99

0 commit comments

Comments
 (0)