From e362dcc91fdf663fb28ae8495281533c9b272b6d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 8 Oct 2023 18:15:43 -0400 Subject: [PATCH] ADD detector for leaking wifi passwords; --- dot_bin/executable_garbage-detector | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dot_bin/executable_garbage-detector b/dot_bin/executable_garbage-detector index 2c7db9d..8fc985c 100644 --- a/dot_bin/executable_garbage-detector +++ b/dot_bin/executable_garbage-detector @@ -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/