Skip to content

wirebits/ZipBruteCutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZipBruteCutter

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages