ADD detector for leaking wifi passwords;
This commit is contained in:
parent
47f6c17868
commit
e362dcc91f
|
@ -52,3 +52,10 @@ for i in "${SEAFDIRS[@]}"; do
|
|||
find "$i" -name "*SFConflict*"
|
||||
done
|
||||
|
||||
###
|
||||
# Detect clear text wifi passwords
|
||||
###
|
||||
|
||||
echo -e "###\n# Clear text wifi passwords\n###"
|
||||
|
||||
sudo grep -r '^psk=' /etc/NetworkManager/system-connections/
|
||||
|
|
Loading…
Reference in New Issue