Hi,
Still testing MS office crack, and had some issues while looking for collisions :
gives:
gives:
BUT, this hash is rejected by the mode 9820 :
I guess the issue is with "--show" which convert 17ddb2271d in $HEX[17ddb2271d]
So I try "--outfile-autohex-disable" but got the error :
How can I keep the username during mode 9810 and 9820 ? Thank you of your help.
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
res_1.txt Wrote:$oldoffice$3*xxx:17ddb2271dI need the username, so I "show" it :
Code:
hashcat -m 9800 --show --username hash.txt > res_2.txt
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.