ZipLo is a Python-based tool to brute force password-protected ZIP files. This tool is designed to overcome protected ZIP files using a brute force method, trying different password combinations until it finds the right one.
To use ZipLo, follow the steps below:
git clone https://github.com/FitoDaniswara/ZipLo.git
cd ZipLo
pip3 install -r requirements.txt
python3 zipAttack.py
Suitable for anyone who wants to re-access ZIP files locked by a forgotten password, with a simple and efficient approach.