Created
November 10, 2014 00:38
-
-
Save JesseHerrick/717ae9d8f1e694504e53 to your computer and use it in GitHub Desktop.
Get all wifi passwords.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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