Skip to content

Instantly share code, notes, and snippets.

@queirozsc
Created February 8, 2021 19:02
Show Gist options
  • Save queirozsc/eebfc4e99a9ee08bbd3e50ecb2387b38 to your computer and use it in GitHub Desktop.
Save queirozsc/eebfc4e99a9ee08bbd3e50ecb2387b38 to your computer and use it in GitHub Desktop.
Wifi Recovery Password
nmcli -t -f active,ssid dev wifi | egrep '^yes:' | sed 's/^yes://'
sudo nmcli -s -g 802-11-wireless-security.psk connection show 'HITRON-F7F0'
netsh wlan show interfaces | findstr SSID
netsh wlan show profile name="HITRON-F7F0" key=clear | findstr clave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment