mirror of
https://github.com/K9T33NwthTookThis/RPC-info-dumper.git
synced 2025-07-18 22:46:10 +00:00
Compare commits
7 Commits
003084c8da
...
e6e521ab31
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e6e521ab31 | ||
![]() |
b56872ae50 | ||
![]() |
e21bfdd7a8 | ||
![]() |
bdb492f5cf | ||
![]() |
414f6d259b | ||
![]() |
504fcd06bb | ||
![]() |
73b415d729 |
@ -41,7 +41,11 @@ 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
|
awk -v user="$name" '{gsub(user, "[REDACTED]"); print}' /tmp/rpc-dump.txt | tee /tmp/rpc-dump-stripped.txt &>/dev/null
|
||||||
done
|
done
|
||||||
|
|
||||||
|
read -rp "Print output? [y, N]: " -t 8 output
|
||||||
|
if [[ $output == y ]]; then
|
||||||
cat /tmp/rpc-dump-stripped.txt
|
cat /tmp/rpc-dump-stripped.txt
|
||||||
|
fi
|
||||||
|
|
||||||
rm /tmp/rpc-dump.txt
|
rm /tmp/rpc-dump.txt
|
||||||
|
|
||||||
printf "
|
printf "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user