Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 1.93 KB

README.md

File metadata and controls

39 lines (38 loc) · 1.93 KB

Wi-Fi Password Retrieval

This Python script and application retrieve Wi-Fi network names and their passwords on a Windows system.

Wi-Fi Password Retrieval Screenshot

Prerequisites

  • Python 3.x
  • Windows operating system

Method 1: Using the Python Script

  1. Clone this repository or download the script.
  2. Open a terminal and navigate to the directory where the script is located.
  3. Run the script by executing the following command:
    python wifi_password_retrieval.py
  4. The script will display the Wi-Fi network names and their passwords if available.

Note: Some Wi-Fi networks may not have their passwords available.

Method 2: Using the Windows Application

  1. Download the latest release of the Wi-Fi Password Retrieval Application from the main page.
  2. Extract the downloaded ZIP file to a directory on your Windows machine.
  3. Run the `windowspasswords.exe` application.
  4. The application will display the Wi-Fi network names and their passwords if available.

Note: Some Wi-Fi networks may not have their passwords available.

Example Output

        Wi-Fi Name: MyNetwork1 | Password: MyPassword123
        Wi-Fi Name: GuestNetwork | Password: Password not available
    

Author

Produced By MulderCW

License

This project is licensed under the GNU General Public License (GPL) Version 3. See the LICENSE file for details.