This is a command-line tool to recover saved WiFi passwords on a Windows machine. It retrieves the profiles of all WiFi networks that the user has connected to and displays their passwords. It also generates a QR code for each network, which can be scanned to easily connect to it.
- Recovers saved WiFi passwords.
- Displays the SSID and password for each WiFi network.
- Generates a QR code for each WiFi network.
- Saves the recovered passwords and QR codes to a folder on the desktop.
- Clone or download the repository.
- Open the solution file (
Wifi_Password_Recovery.sln) in Visual Studio. - Build the project.
The tool will create a folder named wifi_passwords on your desktop. This folder will contain:
- A text file named
WiFiPasswords.txtwith the recovered SSIDs and passwords. - A PNG image for each WiFi network, containing a QR code that can be scanned to connect to it.
- Add support for more operating systems.
- Add a graphical user interface (GUI).
- Add the ability to export the passwords to other formats (e.g., CSV, JSON).
Contributions are welcome! Please feel free to open an issue or submit a pull request.
- Ardawan - https://github.com/Ardawan
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the developers of QRCoder for their excellent library.