mirror of
https://github.com/K9T33NwthTookThis/RPC-info-dumper.git
synced 2025-07-18 22:46:10 +00:00
Compare commits
2 Commits
f5e3dddaa8
...
7316d178dc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7316d178dc | ||
![]() |
b954679d1b |
@ -6,6 +6,8 @@ if [[ $EUID -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
printf "version info:" > /tmp/rpc-dump.txt
|
printf "version info:" > /tmp/rpc-dump.txt
|
||||||
|
# pi model/device
|
||||||
|
uname -a >> /tmp/rpc-dump.txt
|
||||||
cat /proc/version >> /tmp/rpc-dump.txt
|
cat /proc/version >> /tmp/rpc-dump.txt
|
||||||
|
|
||||||
printf "\n journalctl:" >> /tmp/rpc-dump.txt
|
printf "\n journalctl:" >> /tmp/rpc-dump.txt
|
||||||
@ -32,4 +34,4 @@ getent passwd | while IFS=: read -r name password uid gid gecos home shell; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user