Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erozx/zipbrute
- Owner: erozx
- License: gpl-3.0
- Created: 2023-06-27T05:34:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T15:10:16.000Z (11 months ago)
- Last Synced: 2024-09-11T18:56:05.485Z (4 months ago)
- Language: Python
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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
```