Add hashcat command lines
[pwdhash.git] / hmac-all.sh
1 echo "**********************************************"
2 echo "hashcat --potfile-disable -t 32 -m 0 -a 0 hashes/04-plus.txt example.dict"
3 hashcat --potfile-disable -t 32 -m 0 -a 0 hashes/04-plus.txt example.dict
4 echo "**********************************************"
5 echo "hashcat --potfile-disable -t 32 -m 0 -a 0 --mangle hashes/04-plus.txt example.dict"
6 hashcat --potfile-disable -t 32 -m 0 -a 0 --mangle hashes/04-plus.txt example.dict
7 echo "**********************************************"
8 echo "hashcat --potfile-disable -t 32 -m 0 -a 1 hashes/04-plus.txt example.dict example.dict"
9 hashcat --potfile-disable -t 32 -m 0 -a 1 hashes/04-plus.txt example.dict example.dict
10 echo "**********************************************"
11 echo "hashcat --potfile-disable -t 32 -m 0 -a 1 --mangle hashes/04-plus.txt example.dict example.dict"
12 hashcat --potfile-disable -t 32 -m 0 -a 1 --mangle hashes/04-plus.txt example.dict example.dict
13 echo "**********************************************"
14 echo "hashcat --potfile-disable -t 32 -m 0 -a 3 hashes/04-plus.txt ?l?l?l?l?d?d?d?d"
15 hashcat --potfile-disable -t 32 -m 0 -a 3 hashes/04-plus.txt ?l?l?l?l?d?d?d?d
16 echo "**********************************************"
17 echo "hashcat --potfile-disable -t 32 -m 0 -a 3 --mangle hashes/04-plus.txt ?l?l?l?l?d?d?d?d"
18 hashcat --potfile-disable -t 32 -m 0 -a 3 --mangle hashes/04-plus.txt ?l?l?l?l?d?d?d?d
19
20
21
22 #hashcat --potfile-disable -t 32 -m 60 -a 0 hmac.hash example.dict
23 #hashcat --potfile-disable -t 32 -m 60 -a 7 hmac.hash ?a?a?a?a example.dict
24 #rm .hashcat/hashcat.pot
25