Giter VIP home page Giter VIP logo

compressedcrack's Introduction

CompressedCrack

Banner

CompressedCrack is a command-line tool that utilizes the brute-force method to crack any password-protected compressed file. It generates password combinations based on user-defined character sets and length range, and attempts to extract the archive using each generated password until the correct password is found.

Features

  • Supports various compressed file formats (e.g., zip, rar, 7z) using patoolib library.
  • Allows customization of character sets (letters, numbers, special characters).
  • Configurable minimum and maximum password lengths.
  • Displays the found password, total number of attempts, and execution time.
  • Verbose mode for detailed output during the cracking process.

Requirements

  • Python >= 3.6

Installation

You can install CompressedCrack directly from pip using the following command:

pip install compressedcrack

Usage

compressedcrack [-h] [--min-length MIN_LENGTH] [--max-length MAX_LENGTH] [--verbose] file_path

Crack password-protected archives using brute force.

positional arguments:
  file_path             Path to the compressed file.

options:
  -h, --help            show this help message and exit
  --min-length MIN_LENGTH
                        Minimum password length.
  --max-length MAX_LENGTH
                        Maximum password length.
  --verbose             Increase output verbosity.

Customizing Character Sets

When the script is started, the user will be asked for selecting character sets, including letters, numbers and special characters.

Default character sets:

  • Letters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  • Numbers: 0123456789
  • Special characters: !@#$%^&\*()-\_+=~[]{}|\:;"'<>,.?\

If no character types are selected, the script will use the combination of all default character sets.

Examples

Crack a password-protected file archive.zip with a minimum password length of 3 characters, maximum password length of 5 characters, verbose output, and the custom character set is abcdef12345:

compressedcrack --min-length 3 --max-length 5 --verbose archive.zip

Example

compressedcrack's People

Contributors

mnismt avatar teraskull avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.