CrackZip is a powerful tool designed to crack the password of a ZIP file using brute force techniques. Developed by @Xpykerz, this tool is tailored for penetration testers and cybersecurity enthusiasts. Written in Python, CrackZip is compatible with Linux, Windows, and Android platforms.
sudo apt-get update && sudo apt-get upgrade
sudo apt install python
sudo apt install git
git clone https://github.com/Xpykerz/CrackZip.git
cd CrackZip
chmod +x CrackZip.py
./CrackZip.py
sudo apt-get update && sudo apt-get upgrade
pkg install python2
pkg install git
git clone https://github.com/Xpykerz/CrackZip.git
cd CrackZip
python2 CrackZip.py
We welcome contributions to CrackZip! If you have ideas for improvements or new features, feel free to open a pull request. For significant changes, please start by opening an issue to discuss your proposal.
When contributing, ensure that your code adheres to the project's style guidelines and is well-documented. While tests are not required for this PR, please update or add tests for any new functionality in future contributions.