Skip to content

Instantly share code, notes, and snippets.

@joshschmelzle
Created November 20, 2019 16:56
Show Gist options
  • Save joshschmelzle/7520a7798997b7f159da1dafb7371321 to your computer and use it in GitHub Desktop.
Save joshschmelzle/7520a7798997b7f159da1dafb7371321 to your computer and use it in GitHub Desktop.
802.11 Wi-Fi Notes and Cheatsheet
# Obtaining your cleartext WPA2 PSK
Linux:
`cat /etc/NetworkManager/system-connections/<WPA2-NETOWRK>`
macOS:
`security find-generic-password -ga "<WPA2-NETOWRK>" | grep "password:"`
Windows:
`netsh wlan show profile name="<WPA2-NETOWRK>" key=clear`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment