Wifi Priv
WiFi Password Recovery
Windows
# Show all network names you've accessed and saved
netsh wlan show profile
# Show the details of the specific network including password
netsh wlan show profile name="network-name" key=clearLinux
ls -al /etc/NetworkManager/system-connections/
cat /etc/NetworkManager/system-connections/example.nmconnectionLast updated