Skip to content

WiFi Password Detector is to list all the wifi names and retrieve their passwords, developed by using Python.

Notifications You must be signed in to change notification settings

GAURITYAGI1/Wi-Fi-Password-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Wi-Fi-Password-Detector

This Python script helps you to retrieve and display saved WiFi passwords on your local machine. It is useful for quickly finding and managing WiFi credentials stored on your system.

Features

  • Cross-Platform Support: Works on Windows, macOS, and Linux.
  • Easy to Use: Simple command-line interface.
  • Secure: Reads only the stored WiFi passwords without altering any system settings.

Requirements

  • Python 3.x
  • Administrative privileges (depending on the OS)

Usage

Run the script from the command line:

Windows

python wifi_password_detector.py

macOS

python3 wifi_password_detector.py

Linux

python3 wifi_password_detector.py

Example Output

SSID: MyHomeNetwork
Password: mysecurepassword123

SSID: OfficeWiFi
Password: officepassword456

About

WiFi Password Detector is to list all the wifi names and retrieve their passwords, developed by using Python.

Topics

Resources

Stars

Watchers

Forks

Languages