View Saved WiFi Passwords On Linux
Date: April 9, 2020
Categories: linux
Quick one liner to view all saved WiFi passwords stored on system
this should work on most Linux systems.
sudo grep psk= /etc/NetworkManager/system-connections/*
this should work on most Linux systems.
sudo grep psk= /etc/NetworkManager/system-connections/*
Thanks so much for this, worked like a treat and saved me so much time 🙂