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