THIS TOOL ONLY FOR EDUCATIONAL PURPOSE DO NOT MISUSE FOR OUR REVANGE.
A simple and efficient ZIP password cracker written in Bash. This tool uses a wordlist (e.g., rockyou.txt) to attempt to crack the password of a ZIP file. It is designed for educational purposes and can be used to test the strength of ZIP file passwords.
- 🔑 ZIP Password Cracking: Uses a wordlist to try different passwords.
- 🕒 Time Tracking: Displays the time taken to crack the password.
- 🎨 Colorful Output: Provides colorful feedback for each step of the process.
- 🔄 Password Attempt Tracking: Shows which password is being tried at any given moment.
- ✅ Success/Failure Feedback: Tells you if the password was found or not.
- $ pkg update
- $ pkg upgrade
- $ pkg install git
- $ pkg install unzip
- $ git clone https://github.com/whitedevil-21/ZIP-CRACKER.git
- $ cd ZIP-CRACKER
- $ chmod +x bruteforce.sh
- $ ./bruteforce.sh or bash bruteforce.sh
- Enter the path of the ZIP file: When prompted, provide the full path to the ZIP file you want to crack.
- Enter the path of the wordlist: Provide the path to your wordlist file (e.g., rockyou.txt).