Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 387 Bytes

zipcrack.py

A simple zip cracking tool written in Python.

#Usage:

python zipcrack.py -d dictionary -f zipfile

#Requires:

tqdm

PyFiglet

#Installation:

Clone repository (git clone https://github.com/norksec/zipcrack.git)

Install required packages (pip install pyfiglet tqdm)

#Finally...

I know it's simple and there are a thousand others like it, but it's mine so here it is.