Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teloryfrozy/bruteforce
🛡️ BruteForce attacks for KeePassXC and Wifi inspired by Kali Linux
https://github.com/teloryfrozy/bruteforce
Last synced: 21 days ago
JSON representation
🛡️ BruteForce attacks for KeePassXC and Wifi inspired by Kali Linux
- Host: GitHub
- URL: https://github.com/teloryfrozy/bruteforce
- Owner: teloryfrozy
- Created: 2023-10-10T05:49:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T14:13:59.000Z (about 1 year ago)
- Last Synced: 2024-11-06T12:23:31.424Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛡️ BruteForce
This repository is inspired by Kali Linux and includes various tools for educational purposes.
⚠️ **Disclaimer:** The developer is not responsible for any misuse of this repository.
## Issues
- Cannot run a WiFi scanner on WSL as far as I've checked.
- Must have a clean distro installed instead.## Features
### Passwords List Generator
Generates password lists up to 32 characters in length. Execute `python main.py` and follow the instructions.
### Attack on KeepassXC Database
Runs an attack on KeepassXC databases. Update file name variables and execute `python attack_keepass.py`.
### WiFi Network Attack
Performs an attack on available WiFi networks. Run `python attack_wifi.py`.
## Files/Folder Organization
- `engine`: Contains all Python scripts.
- `words_lists`: Holds all generated password files and a list of weak passwords.