Update info-dumper.sh

egg test
This commit is contained in:
K9T33NwthTookThis 2025-06-23 23:04:08 +01:00 committed by GitHub
parent d8c9af4961
commit 0cf4c487d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 cat /tmp/rpc-dump.txt | awk -v user="$name" '{gsub(user, "[REDACTED]"); print}' | tee /tmp/rpc-dump.txt &>/dev/null
done done
clear
cat /tmp/rpc-dump.txt cat /tmp/rpc-dump.txt
curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, <cameron@humaneyestudio.co.uk>" https://0x0.st curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, <cameron@humaneyestudio.co.uk>" https://0x0.st