https://github.com/tamton-aquib/bruttle
A small python script to bruteforce zips,pdfs and some popular hashes.
https://github.com/tamton-aquib/bruttle
bruteforce hacktoberfest hashcracker pdfcrack python3 zipcracker
Last synced: 10 months ago
JSON representation
A small python script to bruteforce zips,pdfs and some popular hashes.
- Host: GitHub
- URL: https://github.com/tamton-aquib/bruttle
- Owner: tamton-aquib
- License: mit
- Created: 2021-09-01T15:51:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T09:05:10.000Z (over 2 years ago)
- Last Synced: 2025-07-29T12:12:58.880Z (11 months ago)
- Topics: bruteforce, hacktoberfest, hashcracker, pdfcrack, python3, zipcracker
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bruttle
A small script to bruteforce pdf, zip, and some popular hashes.
You can find the fast and multithreaded rust version of this program [here](https://github.com/tamton-aquib/veldora).
### Installation:
```bash
pip3 install bruttle
```
### Usage:
```bash
bruttle
# Example
bruttle ~/test/test.zip /opt/password_list.txt
bruttle "482c811da5d5b4bc6d497ffa98491e38" /opt/password_list.txt
```
### Features:
- Less than 100 lines of code.
- List of hashes include md5,sha1,sha224,sha256,sha384,sha512 (for now).
- Filetypes include zip, pdf (for now)
- Automatic filetype and/or hash detection.
### Showcase:

### Notes:
* Get password lists from [here](https://github.com/kkrypt0nn/Wordlists)
* To create custom passlist, try: [cupp.py](https://github.com/Mebus/cupp)
* As always, not to be used for illegal purposes : )