Skip to content

cyph3rryx/WiFi-Password-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This one script can take all the passwords of the WiFi connection you have connected in your device with one click

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages