Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A lightweight and efficient tool for brute-forcing passwords on ZIP and RAR archives using dictionary-based attacks.

Notifications You must be signed in to change notification settings

Hilmi-z/rzcracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

rzcracker

Static Badge Static Badge Static Badge


Description

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.

Tool Preview


Features

  • 🗂️ Supports both ZIP and RAR archive formats.
  • 📖 Dictionary-based brute-force attack.
  • 🛠️ Verbose mode for detailed output.
  • 🧠 Intelligent error handling and validation.

Installation

Clone the Repository

First, clone the repository from GitHub:

git clone https://github.com/Hilmi-z/rzcracker.git
cd rzcracker

Install Dependencies

Make sure you have the necessary dependencies installed:

sudo apt install unzip unrar

Make the Script Executable

chmod +x rzcracker.sh

Run the Script

You are now ready to use the script:

./rzcracker.sh -h

Usage

Basic Syntax

./rzcracker.sh [OPTIONS]

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.

Example Usage

Cracking a ZIP File:

./rzcracker.sh -z secret.zip -d passwords.txt -v

Cracking a RAR File:

./rzcracker.sh -r secret.rar -d passwords.txt -v

Disclaimer

This tool is intended for educational purposes only. Unauthorized use on systems or archives without proper authorization is strictly prohibited.

Use responsibly!


Contributing

Feel free to submit issues, pull requests, or feature suggestions!


License

This project is licensed under the MIT License.


Happy Cracking!

About

A lightweight and efficient tool for brute-forcing passwords on ZIP and RAR archives using dictionary-based attacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages