Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Zip-Cracker- — Python Script to Crack Zip Password with Dictionary attack and also use Crunch as Pipeline | Kitploit
Tools/GitHubGitHub/priyankvadaliya/zip-cracker-
Password CrackingPassword AttacksUtilities & Frameworks
GitHubpriyankvadaliya/zip-cracker-

Zip-Cracker-

Python Script to Crack Zip Password with Dictionary attack and also use Crunch as Pipeline

View Repository
38118 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Zip Cracker

This Script Supports Only Zip File in This Verson

You Can Also Use This Script With crunch

Cross-platform Supported


Usage: zipcracker.py [options]

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

examples 1:

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

examples 2:

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