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 aeca54f commit b434acdCopy full SHA for b434acd
README.md
@@ -50,9 +50,11 @@ Create rainbow table
50
51
root@kali:~/HashExploit# python3 HashExploit.py -f full_path_of_file/rockyou.txt
52
53
-# For Appending
+# Append Salt Value
54
root@kali:~/HashExploit# python3 HashExploit.py -a saltvalue -f /root/HashExploit/rockyou.txt
55
56
+# Prepend Salt Value
57
+root@kali:~/HashExploit# python3 HashExploit.py -p saltvalue -f /root/HashExploit/rockyou.txt
58
59
# For Generating Hash Of A Particular Word
60
root@kali:~/HashExploit# python3 HashExploit.py -w password
0 commit comments