介绍
查找受保护的ZIP文件的密码。
特征
- • 支持 ZipCrypto 和 AES 加密。
- • 利用多个线程来加快该过程
- • 字典攻击,用于测试字典文本文件中的密码(每行一个单词)
- • 暴力破解,为给定字符集和密码长度范围生成所有密码
下载
https://github.com/agourlay/zip-password-finder
使用
./zip-password-finder -h
Find the password of protected ZIP files
Usage: zip-password-finder [OPTIONS]--inputFile <inputFile>
Options:
-i,--inputFile <inputFile>
path to zip input file
-w,--workers <workers>
number of workers
-p,--passwordDictionary <passwordDictionary>
path to a password dictionary file
-c,--charset <charset>
charset to use to generate password [default: lud][possible values: l, u, d, h, H, s]
--minPasswordLen <minPasswordLen>
minimum password length [default:1]
--maxPasswordLen <maxPasswordLen>
maximum password length [default:10]
--fileNumber <fileNumber>
file number in the zip archive [default:0]
-h,--help
Printhelp
-V,--version
Print version
原文始发于微信公众号(Eonian Sharp):刻刀-R | zip-password-finder 压缩包爆破工具
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论