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: 5 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T12:51:44.000Z (over 2 years ago)
- Last Synced: 2025-02-17T20:52:39.089Z (over 1 year ago)
- Topics: brute-force, hacking, password-cracking, python, python3, rar, zip
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔐 Esso
[](License)
[](Issues)
[](Build)
[](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
```