Skip to content

Instantly share code, notes, and snippets.

@sohelamin
Created July 19, 2016 01:16
Show Gist options
  • Save sohelamin/7a4ded55947432d7292a6ab4e744fb63 to your computer and use it in GitHub Desktop.
Save sohelamin/7a4ded55947432d7292a6ab4e744fb63 to your computer and use it in GitHub Desktop.
Wifi Password

Windows

netsh wlan show profile name=<WIFI-NAME> key=clear | findstr Key

Linux

sudo cat /etc/NetworkManager/system-connections/<WIFI-NAME> | grep psk=

Mac OSx

security find-generic-password -wa <WIFI-NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment