diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-07-04 11:02:26 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-07-04 11:02:26 +0200 |
| commit | 909b13aacbd85425612126ccec56af8099139fa6 (patch) | |
| tree | 36b486b00818619aeb10156a47e6fde50b79340a /README.md | |
| parent | a7ce11bcd1a14ef9e0653868523cb43a9da96cd0 (diff) | |
Minor changes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,5 +6,8 @@ Dump various system informations into base64 encoded values and print them as js 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 |
