Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.1 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.1 KB

ZPC | Zip Password Cracker

A Zip Password Cracker with beautiful colors and options!


What is ZPC?

ZPC is a script that uses an dictionary attack against password protected ZIP files. ZPC is made in python2 and is currently in version 4.0. Currently supported systems are Linux and Windows.


Usage

python ZPC.py -f Example.zip -w ExampleWordlist.lst [--dv] [--dl]

What makes ZPC different from other zip crackers?

  • Simple to use
  • Simple and beautiful user interface
  • Beautiful colors

Bugs

If you find any bugs, please report them to me ASAP!

You can contact me at:


Note:

If no correct password is found, the file will still be extracted but with no data inside. Don't get confused by that :D


What's New

ZPC 4.0

  • Added Percentage Counter
  • Bug Fixes
  • Improved UI
  • Minor Improvements

ZPC 3.5

  • Added Dynamical Line Update
  • Added Disable Verbosity

ZPC 3.0

  • Added Windows Support

ZPC 2.0

  • Modified UI
  • Added Colors

ZPC 1.0

  • Core Built