Add hashcat command lines
[pwdhash.git] / hmac-all.sh
diff --git a/hmac-all.sh b/hmac-all.sh
new file mode 100755 (executable)
index 0000000..61fd09b
--- /dev/null
@@ -0,0 +1,25 @@
+echo "**********************************************"
+echo "hashcat --potfile-disable -t 32 -m 0 -a 0 hashes/04-plus.txt example.dict"
+hashcat --potfile-disable -t 32 -m 0 -a 0 hashes/04-plus.txt example.dict
+echo "**********************************************"
+echo "hashcat --potfile-disable -t 32 -m 0 -a 0 --mangle hashes/04-plus.txt example.dict"
+hashcat --potfile-disable -t 32 -m 0 -a 0 --mangle hashes/04-plus.txt example.dict
+echo "**********************************************"
+echo "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 1 hashes/04-plus.txt example.dict example.dict
+echo "**********************************************"
+echo "hashcat --potfile-disable -t 32 -m 0 -a 1 --mangle hashes/04-plus.txt example.dict example.dict"
+hashcat --potfile-disable -t 32 -m 0 -a 1 --mangle hashes/04-plus.txt example.dict example.dict
+echo "**********************************************"
+echo "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 0 -a 3 hashes/04-plus.txt ?l?l?l?l?d?d?d?d
+echo "**********************************************"
+echo "hashcat --potfile-disable -t 32 -m 0 -a 3 --mangle hashes/04-plus.txt ?l?l?l?l?d?d?d?d"
+hashcat --potfile-disable -t 32 -m 0 -a 3 --mangle 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
+