Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 499 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 499 Bytes

Python_Wifi_Passwords

This Script gets all the passwords of the Wifi connections ever connected to the Computer. Just Run the script directly on any computer to get the wifi passwords directly. This script utlises the Subprocess librabry in Python to run basic commands on the command line which fetches certain information about the Wifi networks connected to the computer. Then the required infomation about the Security Key of these networks is extracted from this data using the re library.