03-05-2020, 04:54 PM
I'm trying to recover a password from a Word 2013 file, using the following command:
When I first tried, the output from the console was the following:
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?
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?