mirror of
https://github.com/K9T33NwthTookThis/RPC-info-dumper.git
synced 2025-07-18 22:46:10 +00:00
Update info-dumper.sh
Allow users to see the actual data being sent (remove # before cat)
This commit is contained in:
parent
8db7add11d
commit
003084c8da
@ -41,7 +41,7 @@ getent passwd | while IFS=: read -r name _ uid _ _ _ _; do
|
||||
awk -v user="$name" '{gsub(user, "[REDACTED]"); print}' /tmp/rpc-dump.txt | tee /tmp/rpc-dump-stripped.txt &>/dev/null
|
||||
done
|
||||
|
||||
# cat /tmp/rpc-dump-stripped.txt
|
||||
cat /tmp/rpc-dump-stripped.txt
|
||||
rm /tmp/rpc-dump.txt
|
||||
|
||||
printf "
|
||||
|
Loading…
x
Reference in New Issue
Block a user