-
A tool to crack a wifi passwords using wordlist.
-
The Wordlists contains over 100K commonly used passwords
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
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))
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.