Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 926 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 926 Bytes

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