使用工具:
hashcat:https://hashcat.netjohn the ripper:https://www.openwall.com具体方法
将要RAR、Zip文件移至john the ripper/run的文件下;在john the ripper/run下打开CMD,运行以下命令,获取hash值;rar2john.exe xxxx.rar –获取hash值
根据hash值计算密码。在hashcat的目录下打开CMD,运行以下命令,需要讲上一步获得的hash值代入。hashcat.exe -m 13000 -w 4 -a 3 $rar5$16$b88c1d7d2c96dc9d1b1a5ccdc5c25d50$15$8f0b287c982535c868bbff486ee9acd2$8$43907bfa03430471 -o password.txt — 开始
在目录下找到password.txt,获取密码。仅供大家学习交流使用!