Skip to content

One line command/script that shows you all the Wi-Fi networks you have been connected to and their passwords.

Notifications You must be signed in to change notification settings

semazurek/Get-All-WiFi-Passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Get All WiFi Passwords Command

One line command/script that shows you all the Wi-Fi networks you have been connected to and their passwords.

@echo off && netsh wlan export profile key=clear > nul && findstr /c:"<keyMaterial>" *.xml > WiFi.txt && powershell -Command "(gc WiFi.txt) -replace '<keyMaterial>', '' -replace '</keyMaterial>', '' -replace 'Wi-Fi-', '' -replace '.xml:', ':' | Out-File -encoding ASCII WiFi.txt" && del /f /s /q *.xml > nul && start WiFi.txt && @echo on

About

One line command/script that shows you all the Wi-Fi networks you have been connected to and their passwords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published