Skip to content

A .py script for fetching user system's wlan wifi network details that the system has made a connection to in the past using Python's subprocess library. Executing with the help of Win-cmd.

Notifications You must be signed in to change notification settings

kxnyshk/fetch-wlan-wifi-net.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-wlan-wifi-net.py

A .py script for fetching user system's WLAN Wifi Networks details that the system has made a connection to in the past using Python's subprocess library. Executing with the help of Win-cmd.

Fetching the repo

  • Download the .zip file from here
  • Unzip/extract the dir
  • Open the extracted directory in VsCode or any other IDE of your choice.

Executing the script

  • Open app.py file in your IDE
  • Execute it using:
  • py app.py or python app.py (Python/Win-cmd) OR
  • nodemon app.py (Node/Nodemon)

Network details

  • The script will print upon the ssid's and passwords (if stored by the system) of the WLAN Wifi Networks the system has made a connection to in the past.

Further reads

About

A .py script for fetching user system's wlan wifi network details that the system has made a connection to in the past using Python's subprocess library. Executing with the help of Win-cmd.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages