Office and --show option
#5
I took the beta 433, but still having issues. Don't know if it's a bug or a misunderstanding!

I got one collision thanks to your fix:

Code:
hashcat m 9820 --username -a 3 -w 3 res2.txt ?a?a?a?a?a?a?a -o off_col.txt
result is:
$oldoffice$3*xxx:17ddb2271d:SJ|4+er
Good.
Now I would like to have:
Code:
user:$oldoffice$3*xxx:17ddb2271d:SJ|4+er

But no luck, I tried all the possible modes:
Code:
hashcat -m 9800 --show --username  hash.txt
user:$oldoffice$3*xxx:$HEX[244845585b313764646232323731645d]
-> Bad
Code:
hashcat -m 9810 --show --username hash.txt
user:$oldoffice$3*xxx:17ddb2271d
-> Bad
Code:
hashcat -m 9820 --show --username  hash.txt
Hashfile 'hash.txt' on line 1 (user:$oldoffice$3*xxx): Line-length exception
-> Bad

Thanks for your help!


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