1.安装:
1.1 win环境
http://openwall.info/wiki/john/custom-builds#Compiled-for-Windows
1.2 ubuntu环境
sudo apt- install build-essential libssl-dev
下载http://openwall.info/wiki/john/custom-builds#Compiled-for-Linux-x86里的源码
解压后进入src文件夹
./configure & make -s
直接进入run文件夹运行。
2.使用
用windows版本的
zip2john.exe aaaa.zip > aaa.hashs
john.exe aaa.hashs
john.exe aaa.hashs --show
得到了压缩包密码。