diff options
| -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 |
