22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
{
|
|
"AppTitle": "Looking Glass",
|
|
|
|
"ListenAddress": ":8192",
|
|
|
|
"MaxHistoryLines": 100,
|
|
|
|
"Commands": [
|
|
|
|
{
|
|
"Title": "Ping",
|
|
"Execution": [
|
|
"/bin/ping",
|
|
"-c",
|
|
"4",
|
|
"--",
|
|
{"ParamType": 1, "Value": "example.com", "Description": "Target host"}
|
|
]
|
|
}
|
|
|
|
]
|
|
} |