sysdump.sh/README.md
2024-07-04 11:02:26 +02:00

292 B

System dump script

Dump various system informations into base64 encoded values and print them as json.

Usage

Run a dump:

./sysdump.sh > dump.json

Dump of a remote machine through ssh:

cat sysdump.sh | ssh user@host /bin/bash

Explore a dump (require jq)

./sysdump.sh dump.json