Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopher-baek/77c4d1105e2272fe4ac8ea80c8505717 to your computer and use it in GitHub Desktop.
Save christopher-baek/77c4d1105e2272fe4ac8ea80c8505717 to your computer and use it in GitHub Desktop.
Find the Wi-Fi Password for Your Current Network with the Command Line
security find-generic-password -ga labnol | grep password
netsh wlan show profile name=labnol key=clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment