Skip to content

Commit b434acd

Browse files
authored
Update README.md
1 parent aeca54f commit b434acd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ Create rainbow table
5050

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

53-
# For Appending
53+
# Append Salt Value
5454
root@kali:~/HashExploit# python3 HashExploit.py -a saltvalue -f /root/HashExploit/rockyou.txt
5555

56+
# Prepend Salt Value
57+
root@kali:~/HashExploit# python3 HashExploit.py -p saltvalue -f /root/HashExploit/rockyou.txt
5658

5759
# For Generating Hash Of A Particular Word
5860
root@kali:~/HashExploit# python3 HashExploit.py -w password

0 commit comments

Comments
 (0)