Minor changes
This commit is contained in:
parent
909b13aacb
commit
1120e46df5
1 changed files with 2 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue