diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-07-04 11:05:12 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-07-04 11:05:12 +0200 |
| commit | 1120e46df5c1cdde038070dc97529e4b49222888 (patch) | |
| tree | 8f5b779b3dc3d69f48cbbefc715d947dcd5fbd98 | |
| parent | 909b13aacbd85425612126ccec56af8099139fa6 (diff) | |
Minor changes
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +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 +Run a dump on a remote machine using ssh: +> cat sysdump.sh | ssh user@host /bin/bash > dump.json Explore a dump (require `jq`) > ./sysdump.sh dump.json |
