Giter Site home page Giter Site logo

itankala / brutezip Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arszilla/brutezip

0.0 0.0 0.0 47.38 MB

A basic script that unzips a password protected .zip by performing a brute-force attack using either a word list, password list or a dictionary.

License: MIT License

Python 100.00%

brutezip's Introduction

BruteZIP

A basic script that unzips password protected .zips by performing a brute-force attack using either a word list, password list or a dictionary.

Based on Violent Python - A Cookbook for Hackers, Forensic Analysts, Penetration Testers and Security Engineers by TJ O'Connor.

Requirements

  • Python 3+

Information

To run the script just launch the .py using python3 BruteZIP.py -p poolsize -z zip.zip -f file.txt where:

  • -p poolsize is optional and specifies the poolsize (How many instances of Python to create to brute-force the .zip [More is better but requires more resources]). If you want to use the default amount of processes (8), don't input -p while launching the program.
  • -z zip.zip is the location and name of the target .zip.
  • -f file.txt is the location and the name of the word list/password list/dictionary.

Due to the difference in compression methods in 7zip and WinRAR, zipfile often has troubles unzipping/cracking WinRAR generated .zips. For best results, use this on .zips generated using "deflate" compression method (Preferably generated with 7zip).

This project and the files shared along with the project are for educational purposes ONLY.

Acknowledgements

  • TJ O'Connor for his code and work in his book Violent Python - A Cookbook for Hackers, Forensic Analysts, Penetration Testers and Security Engineers.

  • Ayushman "DamianWayne17" Dubey.

Disclaimer

This project and the files shared along with the project are for educational purposes ONLY. As the MIT License states:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

brutezip's People

Contributors

arszilla avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.