This code allows you to see a list of WiFi profiles that you have connected to in the past, and then choose one of those profiles to display its security key.
-
Python 3
-
The subprocess module (part of the Python standard library)
import subprocess
-> Run the code using
python wifi_pass_check.py
-> The code will display a list of WiFi profiles that you have connected to in the past.
-> Choose a WiFi profile by entering its number in the list.
-> The code will display the security key for the selected WiFi profile.
!--> This code only works on Windows operating systems.
!--> The security key is only displayed if it is stored on your device. If the security key is not stored, the code will not be able to display it.
This code is for educational purposes only. Do not use it for any illegal activities. I am not responsible for any misuse of this code.
This repository is licensed under the MIT License - see the LICENSE file for details.