WiFi Password Viewer is a simple Python script that displays saved WiFi SSIDs and passwords stored on a Windows machine using native netsh commands.
This project is intended for:
- 🎓 Educational purposes
- 🛠️ Personal network recovery
- 🔐 Authorized system administration
✅ View saved WiFi profiles
✅ Display stored WiFi passwords
✅ Lightweight and fast
✅ Uses native Windows commands
✅ Beginner-friendly Python project
| Technology | Purpose |
|---|---|
| 🐍 Python | Main programming language |
| 💻 Windows CMD | System command execution |
| ⚡ subprocess | Execute netsh commands |
wifi_password_check/
│
├── wifi_passwords.py
├── README.md
├── LICENSE
└── requirements.txt- Windows OS
- Python 3.x
https://github.com/rootNyx404/wifi_password_check.git
cd wifi_password_checkpython wifi_passwords.pyWiFi_Name | Password
-----------------------------------------------
Home_WiFi | mypassword123
Office_Network | securepass456
- This script only works on the local Windows machine
- Administrator privileges may be required
- Use only on systems you own or are authorized to manage
This project is provided for educational and authorized use only.
Unauthorized access to networks or credentials is illegal.
CyberWorld ethical security guidance emphasizes legal and authorized usage only. :contentReference[oaicite:0]{index=0}
This project is licensed under the MIT License.
⭐ Star this repository if you found it useful!