黑客如何破解WinRAR密码

作者:FancyPig | 发布时间: | 更新时间:

相关阅读

data-postsbox="{"id":30991,"title":"黑客是如何破解ZIP加密压缩文件的","author":"FancyPig","author_id":1,"cover_image":"https://static.pigsec.cn/wp-content/uploads/2023/01/20230122112807867.png","cover_video":"https://v.pigsec.cn/how%20hackers%20crack%20ZIP%20files%20password-%21-%21_ts.m3u8","views":3319,"comment_count":6,"category":"knowledge","is_forum_post":false}">{"id":30991,"title":"黑客是如何破解ZIP加密压缩文件的","author":"FancyPig","author_id":1,"cover_image":"https://static.pigsec.cn/wp-content/uploads/2023/01/20230122112807867.png","cover_video":"https://v.pigsec.cn/how%20hackers%20crack%20ZIP%20files%20password-%21-%21_ts.m3u8","views":3319,"comment_count":6,"category":"knowledge","is_forum_post":false}
data-postsbox="{"id":5494,"title":"【视频教程】如何高效、优雅地破解密码?hydra、Hashcat你值得拥有!","author":"FancyPig","author_id":1,"cover_image":"https://static.pigsec.cn/wp-content/uploads/2021/12/20211218022439993.png","cover_video":"","views":5287,"comment_count":167,"category":"cybersecurity","is_forum_post":false}">{"id":5494,"title":"【视频教程】如何高效、优雅地破解密码?hydra、Hashcat你值得拥有!","author":"FancyPig","author_id":1,"cover_image":"https://static.pigsec.cn/wp-content/uploads/2021/12/20211218022439993.png","cover_video":"","views":5287,"comment_count":167,"category":"cybersecurity","is_forum_post":false}
data-postsbox="{"id":14551,"title":"如何使用hashcat破解zip压缩包密码?","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":9715,"comment_count":12,"category":"knowledge","is_forum_post":false}">{"id":14551,"title":"如何使用hashcat破解zip压缩包密码?","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":9715,"comment_count":12,"category":"knowledge","is_forum_post":false}
data-postsbox="{"id":6374,"title":"如何使用hashcat破解office文档密码?","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":4404,"comment_count":2,"category":"knowledge","is_forum_post":false}">{"id":6374,"title":"如何使用hashcat破解office文档密码?","author":"FancyPig","author_id":1,"cover_image":"","cover_video":"","views":4404,"comment_count":2,"category":"knowledge","is_forum_post":false}
data-postsbox="{"id":22999,"title":"黑客如何破解密码?Hashcat?Hydra?Medusa?John?","author":"FancyPig","author_id":1,"cover_image":"https://static.pigsec.cn/wp-content/uploads/2022/09/20220910121649438.png","cover_video":"","views":2522,"comment_count":5,"category":"knowledge","is_forum_post":false}">{"id":22999,"title":"黑客如何破解密码?Hashcat?Hydra?Medusa?John?","author":"FancyPig","author_id":1,"cover_image":"https://static.pigsec.cn/wp-content/uploads/2022/09/20220910121649438.png","cover_video":"","views":2522,"comment_count":5,"category":"knowledge","is_forum_post":false}

视频讲解

本期视频我们将分享如何破解RAR加密压缩文件,之前我们分享过通过hashcat进行密码的暴力破解以及上一期的fcrackzip工具,今天我们将带来johntheripper进行字典暴力破解

相关资料

kali linux中自带johntheripper

首先,我们需要获取其hash值,譬如我们要破解password.rar文件,则需要输入下面命令获取hash值

rar2john password.rar

然后我们将其保存到password.hash中,方便后续破解的时候使用

然后使用字典进行暴力破解,我们这里使用kali linux自带的常用密码/usr/share/wordlists/commonpasswords.txt

john password.hash --wordlist /usr/share/wordlists/commonpasswords.txt

然后,我们可以看到这里的破解的密码是password

然后,我们可以打开压缩文件进行验证

可以看到加密文件已经成功被解开了

标签:rar密码破解, rar密码破解要多久, rar文件怎么解压, rar文件怎么打开, rar破解, rar破解软件, rar破解密码难吗, johntheripper