08-28-2017, 07:26 AM
If you want to output the cracked hashes with -m 9820 you need to use the orginal hash file that you use to crack with -m 9820 (this is not only true for -m 9820, but for all hash types).
So if you did use this command:
to crack the hashes
you need to use this command:
to show the hashes cracked with -m 9820
So if you did use this command:
Code:
hashcat -m 9820 --username -a 3 -w 3 res2.txt ?a?a?a?a?a?a?a -o off_col.txt
to crack the hashes
you need to use this command:
Code:
hashcat -m 9820 --username --show res2.txt
to show the hashes cracked with -m 9820