Skip to content

Instantly share code, notes, and snippets.

@hkm
Created November 12, 2023 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkm/6ca3164263a41c5e487b9f21a5cab983 to your computer and use it in GitHub Desktop.
Save hkm/6ca3164263a41c5e487b9f21a5cab983 to your computer and use it in GitHub Desktop.
Dump stored wifi passwords in clear text
for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | netsh wlan show profiles %j key=clear | findstr /C:"SSID name" /C:"Key Content"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment