Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorpreston/brutex
A tool to crack a wifi password using wordlist. The Wordlists contains over 100K commonly used passwords
https://github.com/victorpreston/brutex
brute-force brute-force-attacks bruteforce cybersecurity cybersecurity-tools hack hack-password hack-wifi-passwords hacking-tools hacking-wifi osint password pentesting python python3 security wifi-hacking
Last synced: 1 day ago
JSON representation
A tool to crack a wifi password using wordlist. The Wordlists contains over 100K commonly used passwords
- Host: GitHub
- URL: https://github.com/victorpreston/brutex
- Owner: victorpreston
- License: apache-2.0
- Created: 2023-08-27T13:28:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-31T00:21:06.000Z (over 1 year ago)
- Last Synced: 2025-01-18T13:16:45.122Z (4 days ago)
- Topics: brute-force, brute-force-attacks, bruteforce, cybersecurity, cybersecurity-tools, hack, hack-password, hack-wifi-passwords, hacking-tools, hacking-wifi, osint, password, pentesting, python, python3, security, wifi-hacking
- Language: Python
- Homepage:
- Size: 659 KB
- Stars: 52
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Brute.X
- A tool to crack a wifi passwords using wordlist.
- The Wordlists contains over 100K commonly used passwords## Usage
```
1. apt install python3
2. git clone https://github.com/victorpreston/bruteX.git
3. cd bruteX
4. ls
5. pip install -r requirements.txt
6. python3 bruteWfifi.py
```
## Screenshot![Screenshot from 2023-08-27 16-53-24](https://github.com/victorpreston/bruteX/assets/112781610/b94dcd6f-1a7d-4850-a984-a17dd801ca18)
## Contributor Guide
```mermaid
flowchart LR
style Star fill:#444444,stroke:#000000,stroke-width:2px,stroke-dasharray:5,5,font-weight:bold
style Fork fill:#444444,stroke:#000000,stroke-width:2px,font-weight:bold
style branch fill:#444444,stroke:#000000,stroke-width:2px,font-weight:bold
style Edit fill:#444444,stroke:#000000,stroke-width:2px,font-weight:bold
style commit fill:#444444,stroke:#000000,stroke-width:2px,font-weight:bold
style creatpr fill:#444444,stroke:#000000,stroke-width:2px,font-weight:bold
Star["★ Star the Repository"]-->Fork
Fork[Fork the project]-->branch[Create a New Branch]
branch-->Edit[Edit file]
Edit-->commit[Commit the changes]
commit -->|Finally|creatpr((Create a Pull Request))
```## Disclaimer
Please that this project is intended for ethical purposes only. The creator of this project is not responsible for any misuse or illegal activities conducted using the information or code provided.