A Python script that retrieves and displays all saved Wi-Fi profiles and their corresponding passwords on a Windows machine using the built-in netsh
command. It is a lightweight and simple tool designed for educational and personal troubleshooting purposes.
β Lists all saved Wi-Fi network profiles (SSIDs)
β Displays corresponding Wi-Fi passwords (if available)
β No external libraries required
β Beginner-friendly and easy to use
This script is for personal and educational use only. Accessing unauthorized networks is illegal and unethical. Always respect privacy and security policies.
- Windows Operating System
- Python 3.x
- Administrator privileges (for full access to profiles)
- Clone the repository:
git clone https://github.com/RajeshwarShingade/WiFi-Password-Ejector-RajeshwarShingade-projects-0002