Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.