Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 503 Bytes

python-zip-bruteforce-gci

Python script to brute force a zip file's password from a word list.

./brute_force_zip.py --help

usage: brute_force_zip.py [-h] zipfile wordlist

Bruteforce the password of a zip file.

positional arguments:
  zipfile
  wordlist

optional arguments:
  -h, --help  show this help message and exit

Demo