Skip to content

Crack password .rar and .zip file with Python

License

Notifications You must be signed in to change notification settings

Rhythm-2019/CompressedCrack

This branch is 2 commits ahead of, 15 commits behind mnismt/CompressedCrack:master.

Repository files navigation

CompressedCrack

Compressed Crack is a simple tool to help you crack password zip and rar files.

Clone from this project, and make functional enhancements on the basis of the original

Features:

Requirements:

Python 3.x

Unrar: This is a RAR decompression program written in C++. If your operating system is Windows, no action is required. If you are using a Linux operating system, you need to install Unrar manually. For the installation method, refer to the official RARLIB documentation

Install

apt-get -y install git
git clone https://github.com/Rhythm-2019/CompressedCrack
cd ./CompressedCrack

Use

python crack.py -i INPUT [rules [rules ...]]

positional arguments:
  rules                 <min> <max> <character>

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Insert the file path of compressed file
                        

Ref

About

Crack password .rar and .zip file with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%