简体中文 | English
This is a GUI-based WiFi brute-force tool written in Python using pywifi
. It scans nearby WiFi networks and attempts to connect to a selected SSID using passwords from a dictionary file.
⚠️ For educational and authorized testing use only. Do NOT use this tool for illegal purposes.
- Python 3.6+
- Windows OS
- Wireless Network Card
- Administrator privileges (required to control WiFi interface)
pip install pywifi
pip install comtypes
Or via requirements.txt
:
pip install -r requirements.txt
requirements.txt:
pywifi>=1.1.11
comtypes>=1.1.10
python bruteForceWifi.py
- Click Search Nearby WiFi to scan for available networks;
- Double-click a network in the list to autofill the SSID;
- Click Add Password File and select a
.txt
dictionary file (one password per line); - Click Start Cracking to begin trying passwords;
- If successful, the password will be shown and a popup will notify you.
12345678
admin1234
qwertyuiop
- Cracking may take a long time depending on dictionary size;
- Ensure network stability;
- WPA3 encryption is not supported;
- Do not attack networks without permission!