Add hashcat command lines
[pwdhash.git] / hmac.sh
1 #hashcat --potfile-disable -t 32 -m 100 -a 0 --mangle hashes/07-small.txt example.dict
2 #hashcat --potfile-disable -t 32 -m 100 -a 1 --mangle hashes/07-small.txt example.dict example.dict
3 hashcat --potfile-disable -t 32 -m 100 -a 3 --mangle hashes/07-small.txt ?l?l?l?l?l?l?l
4 #hashcat --potfile-disable -t 32 -m 0 -a 0 hashes/04-plus.txt example.dict
5 #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 1 hashes/04-plus.txt example.dict example.dict
7 #hashcat --potfile-disable -t 32 -m 0 -a 3 hashes/04-plus.txt ?l?l?l?l?d?d?d?d
8
9
10 #hashcat --potfile-disable -t 32 -m 60 -a 0 hmac.hash example.dict
11 #hashcat --potfile-disable -t 32 -m 60 -a 7 hmac.hash ?a?a?a?a example.dict
12 #rm .hashcat/hashcat.pot
13