GithubHelp home page GithubHelp logo

aliflaila15043 / zipcracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trollskull/zipcracker

0.0 0.0 0.0 84 KB

ZipCracker is a tool to crack .zip files passwords using wordlist files.

Home Page: https://github.com/TrollSkull/ZipCracker

License: GNU General Public License v3.0

Python 100.00%

zipcracker's Introduction

ZipCracker

Version Bash License

ZipCracker is a tool to crack .zip files passwords using wordlist files, see more at usage and test files to use the tool correctly.

Table of content.

  1. Disclaimer
  2. Installation
  3. Wordlist
  4. Usage
  5. Test Files
  6. License

Disclaimer

This script is not made with malicious intent, it was built for educational purposes, to understand how zip crackers work and to provide one with free and clean code :}

INSTALLATION

One line installation.

Just copy this line and paste in the terminal.

apt install -y git python; git clone https://github.com/TrollSkull/ZipCracker; cd ZipCracker; python zipcracker.py

You can download ZipCracker on any platform by cloning the official Git repository:

$ apt install -y git python

$ git clone https://github.com/TrollSkull/ZipCracker

$ cd ZipCracker

$ python translator.py or python zipcracker.py

WORDLIST

You can download a wordlist with over 14 million passwords here.

USAGE

To get a list of all options use the --help command.

usage: zipcracker.py file.zip -t 4 -w wordlist.txt    

Zipfile cracker v1.0 by TrollSkull

positional arguments:
  zipfile               zip file name here.

options:
  -h, --help            show this help message and exit
  --wordlist WORDLIST, -w WORDLIST
                        if you have a wordlist list for bruteforce, you can input using "-w wordlist.txt"
  --threads THREADS, -t THREADS
                        number of instances of python, this will use more CPU, I recommend a maximum of 4 threads

TEST FILES

You can test ZipCracker speed and power by using the files in the /test folder, the correct password will be in row 73722, you can test changing the number of threads with -t and see the speed changes when using different threads.

python zipcracker.py test/test.zip -t 4 -f test/wordlist.txt

LICENSE

GPL 3-0 License © ZipCracker

zipcracker's People

Contributors

trollskull 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.