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