编程技术分享平台

网站首页 > 技术教程 正文

轻松搞定 RAR、Zip压缩包密码(rar压缩设置密码)

xnh888 2024-10-19 15:56:22 技术教程 38 ℃ 0 评论

使用工具:

  1. hashcat:https://hashcat.net
  2. john the ripper:https://www.openwall.com

具体方法

  1. 将要RAR、Zip文件移至john the ripper/run的文件下;
  2. 在john the ripper/run下打开CMD,运行以下命令,获取hash值;

rar2john.exe xxxx.rar –获取hash值

  1. 根据hash值计算密码。在hashcat的目录下打开CMD,运行以下命令,需要讲上一步获得的hash值代入。

hashcat.exe -m 13000 -w 4 -a 3 $rar5$16$b88c1d7d2c96dc9d1b1a5ccdc5c25d50$15$8f0b287c982535c868bbff486ee9acd2$8$43907bfa03430471 -o password.txt — 开始

  1. 在目录下找到password.txt,获取密码。

仅供大家学习交流使用!

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表