βββββββ βββββββ βββββββ ββββ βββ βββββββ ββββββββ
ββββββββββββββββββββββββββββββ ββββββββββββββββββββ
βββ βββ ββββββ βββββββββ ββββββ βββ βββββ
βββ βββ ββββββ ββββββββββββββββ βββ βββββ
ββββββββββββββββββββββββββββ βββββββββββββββββββββββ
βββββββ βββββββ βββββββ βββ βββββ βββββββ ββββββββ
C O D N O Z W i F i v1.0
This tool is for EDUCATIONAL and AUTHORIZED security testing purposes ONLY.
- Only use on networks you own or have explicit written permission to test.
- Unauthorized access to computer networks is illegal and punishable by law.
- The author (@ethicalcodnoz) is NOT responsible for any misuse or damage caused.
- By using this tool, you agree to comply with all applicable laws.
| Feature | Description |
|---|---|
| π‘ Network Scanner | Scans ALL WiFi networks in your local radius β SSID, BSSID, channel, signal strength, security type |
| π Saved Password Dump | Extracts passwords for every WiFi profile saved on your Windows machine |
| π£ Brute Force Attack | Attempts WPA/WPA2 password cracking by injecting temporary profiles and testing real connections |
| π¨ Rich Terminal UI | Color-coded tables, progress bars, signal strength visualizer β looks fire on screen |
| π Built-in Wordlist | 160 most common WiFi passwords included, or load your own (rockyou.txt, etc.) |
Uses netsh wlan show networks mode=bssid to detect every wireless network in range β not just ones you've connected to before.
For each candidate password from the wordlist:
- Generates a WPA2 profile XML with the candidate key
- Injects it via
netsh wlan add profile - Attempts
netsh wlan connect - Checks if the connection succeeded
- If yes β password cracked. If no β next password.
β±οΈ Note: Each attempt takes ~3 seconds (real connection handshake). This method is slow compared to offline cracking tools like
hashcatoraircrack-ng, but requires no special hardware β works with any standard WiFi adapter on Windows.
Reads all saved WiFi profiles from the Windows credential store and displays their passwords in cleartext.
git clone https://github.com/ethicalcodnoz/codnoz-wifi.git
cd codnoz-wifi
pip install -r requirements.txt
β οΈ Must run as Administrator β WiFi adapter access requires elevated privileges.
# Right-click terminal β Run as Administrator
python wifi_crack.py| Option | Action |
|---|---|
1 |
Scan all nearby networks |
2 |
Scan + pick target + brute force attack |
3 |
Dump all saved WiFi passwords |
0 |
Exit |
codnoz-wifi/
βββ wifi_crack.py # Main tool
βββ requirements.txt # Dependencies (rich)
βββ LICENSE # MIT License
βββ README.md # This file
- OS: Windows 10 / 11
- Python: 3.10+
- Privileges: Administrator
- Dependencies:
rich
MIT License β free to use, modify, and distribute with attribution.
@ethicalcodnoz
- Instagram: @ethicalcodnoz
- GitHub: ethicalcodnoz
π Follow for more cybersecurity tools, reels, and open-source projects.
Made with π₯ for the cybersecurity community. Use responsibly.