Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nembie/esso

A script written in Python to find passwords of .zip and .rar files via wordlist attack
https://github.com/nembie/esso

brute-force hacking password-cracking python python3 rar zip

Last synced: 11 days ago
JSON representation

A script written in Python to find passwords of .zip and .rar files via wordlist attack

Awesome Lists containing this project

README

        

# 🔐 Esso

[![GitHub](https://img.shields.io/github/license/Nembie/Esso?style=flat-square)](License)
[![GitHub issues](https://img.shields.io/github/issues/Nembie/Esso?style=flat-square)](Issues)
[![Build](https://img.shields.io/scrutinizer/build/g/Nembie/Esso?style=flat-square)](Build)
[![Build](https://img.shields.io/scrutinizer/quality/g/Nembie/Esso?style=flat-square)](Code)

A dummy script to brute force protected zip/rar files using a wordlist.

> ⛔️ This tool is only for testing, do not use it for illegal purposes!

#### 🔩 Usage

```python
# 1. First clone repo
git clone https://github.com/Nembie/Esso.git

# 2. Go to folder
cd Esso

# 3. Install requirements
pip3 install -r requirements.txt

# 4. Run script with parameters
python3 esso.py -farchive.rar -wrockyou.txt
```