Obtain a Hash from a Excel 2007 file
#9
(05-20-2013, 09:37 AM)taratota Wrote:
(05-20-2013, 09:32 AM)epixoip Wrote: hashcat does not support this algorithm. and office2john.py is specific to john the ripper, hence the script's name.

Hi, in the documentation figures that this algorithm is SHA1, concretly salt+SHA1. For this reason I trying/playing to do it with Hashcat.

Maybe I'm wrong... Wink

You're not far off. The hashcat format should look like:
$office$*2007*20*128*16*411a51284e0d0200b131a8949aaaa5cc*117d532441c63968bee7647d9b7df7d6*df1d601ccf905b375575108f42ef838fb88e1cde

So you only need to slightly adjust the office2john output by removing the filename from the front. The hashcat mode you want is 9400 for office 2007, 9500 for 2010, 9600 for 2013.


Messages In This Thread
RE: Obtain a Hash from a Excel 2007 file - by achaeon - 10-24-2014, 03:33 PM