ZipKiller
ZipKiller is a python based tool for cracking zip file passwords using brute force method. The tool contains a sample for 1000 password Wordlist. User can change the password dictionary accordingly.
Install / Use
/learn @Encryptor-Sec/ZipKillerREADME
ZipKiller
ZipKiller is a python based tool for cracking zip file passwords using brute force method. The tool contains a sample for 1000 password Wordlist. User can change the password dictionary accordingly. The default wordlist is set to Rockyou.txt
Uses
- This tool can be used for CTFs to crack given zip file to extract flag
- This tool can be used in pwning machines to crack zip file to get sensitive information
- This tool can be used for personal purpose to crack password protected zip file
Installation
ZipKiller Requires Python 2.7 or higher version to run.
$ git clone https://github.com/Encryptor-Sec/ZipKiller.git
$ cd ZipKiller
Usage
$ python zip_killer.py

1. Select the Option
2. Enter Path of Zip File
3. Enter Path of Wordlist OR Press Enter to go with default rockyou wordlist

$ Press Enter to start Brute-Forcing ..

Output
As you can see we have got the password as : root
