Xpykerz / CrackZip

CrackZip : Tool To Crack Zip File.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrackZip

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.

Installation

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

Screenshot

image

Contributing

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.

By @Xpykerz

About

CrackZip : Tool To Crack Zip File.


Languages

Language:Python 100.0%