hashcat pkzip2 令牌长度异常

hashcat pkzip2 令牌长度异常

我有一个 ZipCrypto 加密的档案,但我忘记了密码。我尝试使用 zip2john 和 hashcat 破解它,但出现了这个错误。有什么办法可以修复它吗?

Hashfile './test2.txt' on line 1 ($pkzip...bc56acf6bdb6a88836228b*$/pkzip2$): Token length exception

* Token length exception: 1/1 hashes This error happens if the wrong hash type is specified, if the hashes are malformed, or if input is otherwise not as expected (for example, if the --username option is used but no username is present)

No hashes loaded.

命令:

hashcat.bin -a3 -m17220 ./test2.txt ?a?a?a?a?a?a?a?a?a?a

哈希文件:

$pkzip2$3110824054a8087e9f28495d0bb3dfeddf247b3a78c9d5c46cd0e918c52708904c4dae013bf67e02a7a64d710824e6b780b5* ... bc56acf6bdb6a88836228b*$/pkzip2$

相关内容