/ZipDecryptor

A tool which find the password of password-protected ZIP files from a custom password list.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

ZipDecryptor

A tool which find the password of password-protected ZIP files from a custom password list.

Setup

Make sure the python is installed on your system (Windows/Linux/MacOS).

Tested Systems

The tool is currently tested on :
1. Windows (10)
The testing is going on different systems.

Install and Run

1. Download or Clone the Repository.
2. Open that folder in Terminal (Linux/MacOS) or CMD/Powershell (Windows).
3. Type the following command :

For Windows

python zipdecryptor.py -f "name_of_zipfile.zip/path_of_the_zip_file_with_filename.zip" -p "name_of_passsword_list.txt"
For Linux/MacOS

./python zipdecryptor.py -f "name_of_zipfile.zip/path_of_the_zip_file_with_filename.zip" -p "name_of_passsword_list.txt"


5. Hit enter.
6. After sometimes, the ZIP file password is cracked.

Includes

There is password_list.txt file which contain some passwords to decrypt ZIP files.
We can add more passwords in this file or create your own password list according to your need.

Key Features

1. It works on any password list.
2. When it found the password, then it automatically open the ZIP file and extract the files from it.