Giter Club home page Giter Club logo

brute-force-.7z's Introduction

7z Password Brute Forcer

This simple Python script attempts to brute-force the password of a .7z (7-Zip) file using a provided length for a numeric password.

Installation

Before running the script, you need to ensure you have Python installed on your system. This script was developed with Python 3 in mind.

  1. Clone this repository or download the script to your local machine.

  2. Set up a virtual environment (recommended):

python3 -m venv venv
source venv/bin/activate  # On Unix or MacOS
venv\Scripts\activate.bat # On Windows
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

To run the script, you can use the terminal or command prompt:

python brute_force_7z.py

When prompted, enter the path to the .7z file and the length of the digit password (e.g., 4 for a 4-digit password).

The script will try all possible combinations for the given digit length and print each attempt. When the correct password is found, it will be displayed, and the contents of the archive will be extracted to the current directory.

Notes

  • This tool is intended to be used on .7z files for which you have forgotten the password. Using this script on files that you are not authorized to access is against the law.
  • The brute-forcing process can be time-consuming, especially for longer passwords, as it tries every possible combination.

License

MIT License

brute-force-.7z's People

Contributors

iamkaikai avatar

Watchers

 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.