Skip to content

Files

Latest commit

 

History

History

zip_password_cracker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Zip Password Cracker

Setup and activate virtual environment :

For Unix based systems please execute the following command to create venv and install requirements.

make init
source .venv/bin/activate

Attempts to brute force the password of a zip file. How to user:

python3 zip_password_cracker.py --zip <zip file> --passwords <file with passwords>

If no dictionary file is passed, it will use the passwords.txt file instead.

password.txt Sources: https://github.com/danielmiessler/SecLists/ Got from there file with 10k most common credentials.

You will get passwords.txt file here