This repository presents a simple Python program for testing a large number of passwords (dictionary) to connect to a WiFi network.
Note: This repository is for educational purposes, as announced in its accompanying documentation. It is intended to serve as a tool for understanding the importance of strong password security and to demonstrate the complex and challenging process of attacking by brute force in network systems. Any unauthorized or malicious use of this program is strictly prohibited, and the creators of this repository bear no responsibility for such actions. Users are expected to adhere to ethical guidelines and legal regulations while engaging with this software.
- You can select your dictionary as needed (text file).
- Graphical user interface (GUI).
- First, download or clone the repository.
- Second, ensure that you have installed the required libraries and fixed dependencies (path).
- Run the script 'ui.py'
python ui.py
.
This repository is licensed under the MIT License.
Every collaborator is welcome to contribute to this repository.