sysdump.sh/README.md

14 lines
292 B
Markdown
Raw Normal View History

2024-07-04 10:36:00 +02:00
# System dump script
2024-07-04 10:56:42 +02:00
Dump various system informations into base64 encoded values and print them as json.
2024-07-04 10:36:00 +02:00
# Usage
Run a dump:
2024-07-04 10:57:29 +02:00
> ./sysdump.sh > dump.json
2024-07-04 10:36:31 +02:00
2024-07-04 11:02:26 +02:00
Dump of a remote machine through ssh:
> cat sysdump.sh | ssh user@host /bin/bash
2024-07-04 10:36:00 +02:00
Explore a dump (require `jq`)
> ./sysdump.sh dump.json