CrackZip is a tools helps to crack the password of a Zip file via bruteforce .CrackZip is Developed by @Xpykerz for Pentesters. The script is writen is python. This tool will works on both Linux,Windows and Android by using python.
Instaling CrackZip
In Linux
apt-get update && apt-get upgrade
apt install python
apt install git
git Clone https://github.com/Xpykerz/CrackZip.git
cd CrackZip
chmod +x CrackZip.py
./CrackZip.py
In Android
apt-get update && apt-get upgrade
apt install python2
apt install git
git Clone https://github.com/Xpykerz/CrackZip.git
cd CrackZip
python2 CrackZip.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.