Rzcracker is a powerful password brute-force tool designed to crack password-protected ZIP and RAR archives using a dictionary-based attack.
It supports verbose output, allowing users to monitor the password attempts in real time.
- 🗂️ Supports both ZIP and RAR archive formats.
- 📖 Dictionary-based brute-force attack.
- 🛠️ Verbose mode for detailed output.
- 🧠 Intelligent error handling and validation.
First, clone the repository from GitHub:
git clone https://github.com/Hilmi-z/rzcracker.git
cd rzcrackerMake sure you have the necessary dependencies installed:
sudo apt install unzip unrarchmod +x rzcracker.shYou are now ready to use the script:
./rzcracker.sh -h./rzcracker.sh [OPTIONS]-z, --zip→ Specify the ZIP file.-r, --rar→ Specify the RAR file.-d, --dict→ Specify the dictionary file.-v, --verbose→ Enable verbose mode.-h, --help→ Display help message.
./rzcracker.sh -z secret.zip -d passwords.txt -v./rzcracker.sh -r secret.rar -d passwords.txt -vThis tool is intended for educational purposes only. Unauthorized use on systems or archives without proper authorization is strictly prohibited.
Use responsibly!
Feel free to submit issues, pull requests, or feature suggestions!
This project is licensed under the MIT License.
Happy Cracking!