Token length exception on valid MSOffice hash
#1
I'm trying to recover a password from a Word 2013 file, using the following command:

Code:
hashcat64.exe -a 0 -m 9400 -o cracked.txt hash.hash

When I first tried, the output from the console was the following:

Code:
Hashfile 'hash.hash' on line 1 ($offic...1ee4d91xxx8ab7ecxxx440xxx4c92): Token length exception

No hashes loaded.

After comparing it with the example hashes, it has the appropriate format. I also tried the same command with the example hash for Office 2013 and the output was the same. What am I doing wrong and how can I correct it?
Reply
#2
What hashcat version are you using? Example hash loads fine for me in latest beta. However, mode 9400 is for office 2007.
Reply