Skip to content

Instantly share code, notes, and snippets.

@navinthenapster
Created August 23, 2021 15:33
Show Gist options
  • Save navinthenapster/ec529125ed3196b9aafb3eded1568ef5 to your computer and use it in GitHub Desktop.
Save navinthenapster/ec529125ed3196b9aafb3eded1568ef5 to your computer and use it in GitHub Desktop.
To see saved wifi password in windows
# Windows
netsh wlan show profiles
netsh wlan show profile name=<wifi_name_ssid> key=clear
https://www.online-tech-tips.com/computer-tips/view-saved-wifi-passwords-windows/
#ubuntu
sudo cat /etc/NetworkManager/system-connections/<wiFi_name_ssid>.nmconnection
https://itsfoss.com/how-to-find-saved-wireless-wifi-passwords-ubuntu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment