Dump various system informations.
Find a file
2024-07-04 11:02:26 +02:00
.gitignore Init project 2024-07-04 10:36:00 +02:00
README.md Minor changes 2024-07-04 11:02:26 +02:00
sysdump.sh Output to stdout 2024-07-04 10:56:42 +02:00

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