You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# hash-cracker
2
2
3
-
Simple script to get some hash cracking done effectively.
3
+
Simple script to get some hash cracking done effectively. In [this blog](https://sensepost.com/blog/2023/hash-cracker-password-cracking-done-effectively/) you can read some background on hash-cracker.
4
4
5
5
Some sites where you can find wordlists:
6
6
@@ -58,6 +58,8 @@ By default, hash-cracker will run in 'ask you all variable' mode. When specifyin
58
58
-`HASHTYPE` - mode hashcat will run in (e.g. 1000 (NTLM))
59
59
-`HASHLIST` - file containing target hashes
60
60
-`POTFILE` - specify the potfile you want to use / create
61
+
-`WORDLIST` - specify the first static word list
62
+
-`WORDLIST2` - specify the second static word list
0 commit comments