Encryptor-Sec / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZipKiller


Generic badge Ask Me Anything !

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

Image description

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

Image description

$ Press Enter to start Brute-Forcing ..

Image description

Output


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

Happy Hacking : )


License


GNU General Public License v3.0

About

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.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%