Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

PowerShell script for getting stored Wi-Fi passwords from netsh

License

Notifications You must be signed in to change notification settings

joshschmelzle/Get-WiFiPasswords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Get-WiFiPasswords

PowerShell script for getting stored Wi-Fi passwords from netsh on a domain joined endpoint. You must be able to reach endpoint via PS Remoting to use this script.

Usage:

.\getwifipasswords.ps1 -devices <computername> 

Example:

> .\getwifipasswords.ps1 -devices CORP001 -verbose
VERBOSE: Elevated? True
VERBOSE: Devices list? CORP001
GetWiFiPasswords.ps1 started at 07/22/2020 19:07:42
___________________________________________________________
computer: CORP001; user: @{username=domain\fake}

profile     authentication  securitykey password
-------     --------------  ----------- --------
corp        WPA2-Enterprise Absent
home WIFI   WPA2-Personal   Present     Awesome2016


....................................................

Notes

Use at your own risk.

About

PowerShell script for getting stored Wi-Fi passwords from netsh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published