ENH also look for passwords
This commit is contained in:
parent
f4fbb59d8b
commit
4c11ff2beb
|
@ -58,4 +58,4 @@ done
|
||||||
|
|
||||||
echo -e "###\n# Clear text wifi passwords\n###"
|
echo -e "###\n# Clear text wifi passwords\n###"
|
||||||
|
|
||||||
sudo grep -r '^psk=' /etc/NetworkManager/system-connections/
|
sudo grep -rE '^(psk|password)=' /etc/NetworkManager/system-connections/
|
||||||
|
|
Loading…
Reference in New Issue