ErmiasBahru / zipfile_password_cracker

python program to crack zip file passwords using dictionary attack and built-in zipfile module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brute Force ZIP File Passwords in Python

watch demo

Required:

  1. zipfile (built-in module)
  2. tqdm
  3. argparse

Install the required dependencies:

$ pip install -r requirements.txt

Usage:

$ python zip_pass.py [-h] <ZipFileYouWantToCrack> <Wordlist>

Example:

$ python zip_pass.py my_secret.zip wordlist.txt

Screenshot:

WARNING:

User for learning purpose only!

About

python program to crack zip file passwords using dictionary attack and built-in zipfile module


Languages

Language:Python 100.0%