From b38929a9f72e24417721da6ca983b96a61e218d2 Mon Sep 17 00:00:00 2001 From: K9T33NwthTookThis <127902233+K9T33NwthTookThis@users.noreply.github.com> Date: Sat, 28 Jun 2025 14:00:14 +0100 Subject: [PATCH] Update info-dumper.sh --- info-dumper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info-dumper.sh b/info-dumper.sh index 1122647..e5cb4d9 100755 --- a/info-dumper.sh +++ b/info-dumper.sh @@ -28,7 +28,7 @@ lspci >> /tmp/rpc-dump.txt printf "\n uptime:" >> /tmp/rpc-dump.txt uptime >> /tmp/rpc-dump.txt -# Remove all user names on system +# Remove non system user names on system getent passwd | while IFS=: read -r name password uid gid gecos home shell; do # System accounts shouldn't be redacted, as well as some user accounts if (( $uid < 1000 )); then