尝试了以下:
$ zip2john xxx.zip > hash.txt # hash.txt 太大有 8M ,超出了 hashcat 支持的 8K $ hashcat hash.txt ... # 闪崩,有什么绕过 8K 限制的方法吗? $ john hash.txt --wordlist=crack.txt # 找了个十几 G 的字典,秒运行完,是不是哪里有问题? $ john hash.txt # 很慢
还有什么好点子么,老弟在此感谢
1 killeder 80 天前 via Android zip 文件有个已知明文攻击 |
2 liuidetmks 80 天前 @killeder 现在一些软件应该都改用 AES 了吧 |