Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erozx/zipbrute

Tool to find Zip/Rar file password by using Brute Force attack in GUI view
https://github.com/erozx/zipbrute

Last synced: about 1 month ago
JSON representation

Tool to find Zip/Rar file password by using Brute Force attack in GUI view

Awesome Lists containing this project

README

        

## ZipBrute ![Python|3.7](https://img.shields.io/badge/Python-3.7-blue.svg)
Tool to find Zip/Rar file password by using Brute Force attack in GUI view

for executable files specifically for Windows only, but if you want to try it on Linux, you can try using the source code

ZipBrute
Found

## Usage & Installation
```console
# just download the release file, then it's ready to use

# or if you want directly from the source code, you can follow the method below
# clone the repo
$ git clone https://github.com/SANSDESU/ZipBrute.git

# change the working directory to ZipBrute
$ cd ZipBrute

# install the requirements
$ pip install -r requirements.txt

# then run the zipbrute.py file
$ python zipbrute.py
```