![]() |
Token length exception on valid MSOffice hash - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Token length exception on valid MSOffice hash (/thread-9013.html) |
Token length exception on valid MSOffice hash - deffeater - 03-05-2020 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 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? RE: Token length exception on valid MSOffice hash - undeath - 03-05-2020 What hashcat version are you using? Example hash loads fine for me in latest beta. However, mode 9400 is for office 2007. |