Office and --show option
#1
Hi,

Still testing MS office crack, and had some issues while looking for collisions :
Code:
cat hash.txt
user:$oldoffice$3*xxx
hashcat -m 9810 -a 3 -w 3 --username -o res_1.txt hash.txt ?b?b?b?b?b
gives:
res_1.txt Wrote:$oldoffice$3*xxx:17ddb2271d
I need the username, so I "show" it :
Code:
hashcat -m 9800 --show --username  hash.txt > res_2.txt
gives:

res_2.txt Wrote:user:$oldoffice$3*xxx:$HEX[17ddb2271d]

BUT, this hash is rejected by the mode 9820 :
Quote:Hashfile 'res_2.txt' on line 1 (user:$oldoffice$3*xxx:$HEX[17ddb2271d]): Line-length exception

I guess the issue is with "--show" which convert 17ddb2271d in $HEX[17ddb2271d]
So I try "--outfile-autohex-disable" but got the error :
Quote:hashcat  -m 9800 --show --username --outfile-autohex-disable hash.txt
Mixing --outfile-autohex-disable is not allowed with --show.

How can I keep the username during mode 9810 and 9820 ? Thank you of 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