Skip to content

Instantly share code, notes, and snippets.

@JesseHerrick
Created November 10, 2014 00:38
Show Gist options
  • Save JesseHerrick/717ae9d8f1e694504e53 to your computer and use it in GitHub Desktop.
Save JesseHerrick/717ae9d8f1e694504e53 to your computer and use it in GitHub Desktop.
Get all wifi passwords.
mkdir passwds
cd passwds
netsh wlan export profile key=clear
ren *.xml *.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment