Last active
August 29, 2015 14:25
-
-
Save Link-/71cbf13bc04bd6fa77fe to your computer and use it in GitHub Desktop.
Get WiFi password of a connected network
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
#OS X | |
security find-generic-password -ga <SSID> | grep password | |
# Windows | |
netsh wlan show profile name=<SSID> key=clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment