Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Zip-Cracker- — 使用字典攻击破解Zip密码的Python脚本,并利用Crunch作为管道 | Kitploit
工具/GitHubGitHub/priyankvadaliya/zip-cracker-
密码破解密码攻击实用工具与框架
GitHubpriyankvadaliya/zip-cracker-

Zip-Cracker-

使用字典攻击破解Zip密码的Python脚本,并利用Crunch作为管道

查看仓库
3811348年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Zip Cracker

此版本仅支持Zip文件

您也可以将此脚本与crunch一同使用

支持跨平台


用法: zipcracker.py [选项]

root@kitploit:~
Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -f FILENAME, --file=FILENAME
                        Please Specify Path of Zip File
  -d DICTIONERY, --dict=DICTIONERY
                        Please Specify Path of Dictionery.
  -o OUTPUT, --output=OUTPUT
                        Please Specify Path for Extracting
  -r RESULT, --result=RESULT
                        Please Specify Path if You Want to Save Result
  -c CRUNCH, --crunch=CRUNCH
                        For Using Passwords Directly from crunch use this
                        arguments: -c True or --crunch True

示例 1:

root@kitploit:~
- python zipcracker.py -f testfile.zip -d passwords.txt

示例 2:

root@kitploit:~
-python zipcracker.py -f testfile.zip -d passwords.txt -o extractdir
下载工具