Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 441 Bytes

zipPasswordCracker

Simple code in Python to crack .zip files with password. Only for educational purpose

Disclaimer

This tool has been published for educational purposes.I'm not responsible for the use or the scope that someone may have through this tool.

Usage

# git clone https://github.com/Bashar3/zipPasswordCracker.git
# cd zipPasswordCracker
# python zipBruteForcer.py -z <zipfile.zip> -p <passwordfile.txt>