Add hashcat command lines
[pwdhash.git] / hmac.sh
diff --git a/hmac.sh b/hmac.sh
new file mode 100755 (executable)
index 0000000..d58b19b
--- /dev/null
+++ b/hmac.sh
@@ -0,0 +1,13 @@
+#hashcat --potfile-disable -t 32 -m 100 -a 0 --mangle hashes/07-small.txt example.dict
+#hashcat --potfile-disable -t 32 -m 100 -a 1 --mangle hashes/07-small.txt example.dict example.dict
+hashcat --potfile-disable -t 32 -m 100 -a 3 --mangle hashes/07-small.txt ?l?l?l?l?l?l?l
+#hashcat --potfile-disable -t 32 -m 0 -a 0 hashes/04-plus.txt example.dict
+#hashcat --potfile-disable -t 32 -m 0 -a 0 --mangle hashes/04-plus.txt example.dict
+#hashcat --potfile-disable -t 32 -m 0 -a 1 hashes/04-plus.txt example.dict example.dict
+#hashcat --potfile-disable -t 32 -m 0 -a 3 hashes/04-plus.txt ?l?l?l?l?d?d?d?d
+
+
+#hashcat --potfile-disable -t 32 -m 60 -a 0 hmac.hash example.dict
+#hashcat --potfile-disable -t 32 -m 60 -a 7 hmac.hash ?a?a?a?a example.dict
+#rm .hashcat/hashcat.pot
+