Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nembie/esso
- Owner: Nembie
- License: mit
- Created: 2022-12-29T12:16:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T12:51:44.000Z (about 1 year ago)
- Last Synced: 2023-10-11T20:36:17.706Z (about 1 year ago)
- Topics: brute-force, hacking, password-cracking, python, python3, rar, zip
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```