Retrieve saved WiFi profiles and their respective passwords from a Windows system.
This script uses built-in Python modules and does not rely on external dependencies. The main modules utilized are:
subprocess
: To execute thenetsh
command-line utility.platform
: To ensure the script is run on Windows systems only.
- Fetch all saved WiFi profiles on your Windows system.
- Retrieve passwords for each WiFi profile.
- Display results in a readable format.
- Python (3.x recommended)
- Windows OS (as the script uses
netsh
) - Administrative privileges to execute the script
- Clone the repository to your local machine.
- Open Command Prompt as Administrator.
- Navigate to the directory containing the script.
- Run the script using
python Wifi_Password.py
.
Contributions are welcome! If you see an opportunity for improvement, please open an issue or submit a pull request. Make sure your contributions are well-documented.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to Google and the Youtube for guidance and support.
- All contributors who have or will pitch in to refine this script.