Skip to content

Files

Latest commit

a9c1997 · Oct 3, 2018

History

History

zip_password_cracker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 3, 2018
Oct 3, 2018

anyZipcrack-dictionary

This python script will crack any zip file using given dictionary file

Requipment

python 3.++ or 2.++

Usage

try using the given zip file and dictionary file

For windows

$ python zipCrack.py -f evil.zip -d dictionary.txt

For unix/mac/linux

$ ./zipCrack.py -f evil.zip -d dictionary.txt

or that way

$ python zipCrack.py -f evil.zip -d dictionary.txt