Drew-Alleman / zipCracker

Python zip cracker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zip Cracker

Python zip cracker. Default password list is xato-net-10-million-passwords-10000.txt from here

Preview

media

Usage

usage: main.py [-h] [-w WORDLIST] -f FILE [--white]

Zip Cracker Tool

optional arguments:
  -h, --help            show this help message and exit
  -w WORDLIST, --wordlist WORDLIST
                        password list
  -f FILE, --file FILE  Zip file to crack
  --white               Force white output

How to run

git clone https://github.com/Drew-Alleman/zipCracker
cd zipCracker
pip install -r requirements.txt
python main.py -f <zip file to crack>

About

Python zip cracker.

License:MIT License


Languages

Language:Python 100.0%