Add hashcat command lines master
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Thu, 25 Aug 2016 00:16:20 +0000 (01:16 +0100)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Thu, 25 Aug 2016 00:16:20 +0000 (01:16 +0100)
hmac-all.sh [new file with mode: 0755]
hmac.sh [new file with mode: 0755]

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
+
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
+