Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.11 KB

README.MD

File metadata and controls

36 lines (20 loc) · 1.11 KB

WiFi Password Checker

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.

Requirements

  1. Python 3

  2. The subprocess module (part of the Python standard library)

import subprocess

Usage

-> 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.

Limitations

!--> 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.

Disclaimer

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.

License

This repository is licensed under the MIT License - see the LICENSE file for details.

Author: Cyph3rRyx