Skip to content

Find the passwords for all wireless networks saved on a Windows Vista or later machine.

Notifications You must be signed in to change notification settings

josephgrigg/WiFi_Password_Viewer

Repository files navigation

WiFi_Password_Viewer

How it works:

WiFi network information is saved onto .XML files located in: ProgramData\Microsoft\Wlansvc\Profiles\Interfaces
The passwords found in these XML files are encrypted using Windows DPAPI. This program uses the Windows cryptography functions in order to decrypt the passwords and display them in cleartext. Alternatively, from the 'Preferences' drop down menu, you can choose to decrypt the passwords using the command prompt 'netsh wlan' command.

How to use:

Install Python 3.0 or higher. Copy all files to your computer. (I've included PsExec.exe here, but you can download it directly from the Microsoft website if you don't trust an .exe file from a random person on the internet.)

Start Command Prompt as administrator.

Run user_interface.py

python user_interface.py

About

Find the passwords for all wireless networks saved on a Windows Vista or later machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages