Office 2013 token length exception
#1
Hi,

I am using hashcat64 v5.1.0 on Windows. I am receiving a Token length exception when I try to crack my hash which I have obtained from office2john.

Then I compared my hash to the one in the Example hashes table and its length and structure is a match. After that I tried the crack the example hash and I get the exact same error: Token length exception.

Example hash: $office$*2013*100000*256*16*7dd611d7eb4c899f74816d1dec817b3b*948dc0b2c2c6c32f14b5995a543ad037*0b7ee0e48e935f937192a59de48a7d561ef2691d5c8a3ba87ec2d04402a94895


Can anyone help me with this? Thanks.
#2
Unable to replicate. I copied the example hash directly out of your post, and can crack it:

Code:
$ cat office2013.hash
$office$*2013*100000*256*16*7dd611d7eb4c899f74816d1dec817b3b*948dc0b2c2c6c32f14b5995a543ad037*0b7ee0e48e935f937192a59de48a7d561ef2691d5c8a3ba87ec2d04402a94895

$ hashcat --quiet -a 3 -w 2 -O -m 9600 office2013.hash hashca?a
$office$*2013*100000*256*16*7dd611d7eb4c899f74816d1dec817b3b*948dc0b2c2c6c32f14b5995a543ad037*0b7ee0e48e935f937192a59de48a7d561ef2691d5c8a3ba87ec2d04402a94895:hashcat

What commandline switches are you using? Are you using -m 9600?
~