From 0cf4c487d904561ab976d6f62ddd0b68d2c95cdc Mon Sep 17 00:00:00 2001 From: K9T33NwthTookThis <127902233+K9T33NwthTookThis@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:04:08 +0100 Subject: [PATCH] Update info-dumper.sh egg test --- info-dumper.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/info-dumper.sh b/info-dumper.sh index 1cea45b..95e446e 100644 --- a/info-dumper.sh +++ b/info-dumper.sh @@ -31,6 +31,5 @@ getent passwd | while IFS=: read -r name password uid gid gecos home shell; do cat /tmp/rpc-dump.txt | awk -v user="$name" '{gsub(user, "[REDACTED]"); print}' | tee /tmp/rpc-dump.txt &>/dev/null done -clear cat /tmp/rpc-dump.txt curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, " https://0x0.st \ No newline at end of file