Excel hash extraction (97-2003)
#6
(11-07-2016, 04:05 PM)mkcon Wrote: After some digging around i changed line 1620 of office2john.py from
elif data[0:4] == '\x01\x00\x02\x00' or data[0:4] == '\x01\x00\x03\x00':
into
elif data[0:4] == '\x01\x00\x02\x00' or data[0:4] == '\x01\x00\x03\x00' or data[0:4] == '\x01\x00\x04\x00':
and everything went smooth.

I now committed that change to office2john on Github. @curlyboi @devilsadvocate please report if this worked for you also.


Messages In This Thread
RE: Excel hash extraction (97-2003) - by epixoip - 08-11-2016, 06:51 AM
RE: Excel hash extraction (97-2003) - by curlyboi - 11-07-2016, 03:36 PM
RE: Excel hash extraction (97-2003) - by mkcon - 11-07-2016, 04:05 PM
RE: Excel hash extraction (97-2003) - by magnum - 11-07-2016, 08:34 PM
RE: Excel hash extraction (97-2003) - by curlyboi - 11-08-2016, 02:39 PM