-
Notifications
You must be signed in to change notification settings - Fork 6
wifi_passwords_show.ps1
Corey Watson edited this page Dec 19, 2025
·
1 revision
Retrieves and displays all saved Wi-Fi network profiles and their passwords stored on the Windows system.
This script is useful for recovering forgotten passwords or auditing saved wireless credentials by retrieving all saved Wi-Fi network profiles and their passwords from the Windows credential store.
Retrieves and displays all saved Wi-Fi network profiles and their passwords stored on the Windows system. Useful for recovering forgotten passwords or auditing saved wireless credentials.
- Windows 10/11 or Windows Server
- Administrator privileges (for key retrieval)
- Wireless adapter present (or previously present)
None
- Queries all saved wireless network profiles
- Retrieves the password (key content) for each profile
- Displays results in a formatted table
- This script displays sensitive credential information
- Run only on systems you are authorized to audit
- Passwords are retrieved from Windows credential store
- 0 = Success
- 1 = Failure
[ RETRIEVING WI-FI PROFILES ]
--------------------------------------------------------------
SSID_NAME WIFI_PASSWORD
--------- -------------
HomeNetwork MySecurePass123
OfficeWiFi Corp0r@teKey!
GuestNetwork guest2024
[ FINAL STATUS ]
--------------------------------------------------------------
Result : 3 network(s) found
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
- 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps
- View Script Source
- Scripts - Back to script index