Office and --show option
#6
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:
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


Messages In This Thread
Office and --show option - by Mem5 - 08-24-2017, 10:19 PM
RE: Office and --show option - by philsmd - 08-25-2017, 07:12 AM
RE: Office and --show option - by Mem5 - 08-25-2017, 08:32 AM
RE: Office and --show option - by philsmd - 08-25-2017, 10:11 AM
RE: Office and --show option - by Mem5 - 08-27-2017, 11:03 PM
RE: Office and --show option - by philsmd - 08-28-2017, 07:26 AM
RE: Office and --show option - by Mem5 - 09-01-2017, 07:48 PM