Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 854 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 854 Bytes

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