mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-08 00:12:10 +08:00
11 lines
488 B
JSON
11 lines
488 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"nc" , {"ac" : ["--host"]},
|
||
|
"nc --host" , {"pr" : ["<HOST>"]},
|
||
|
"nc --host \\S+" , {"ac" : ["--port"]},
|
||
|
"nc --host \\S+ --port \\d+" , {"ac" : ["<enter>", "--timeout"]},
|
||
|
"nc --host \\S+ --port \\d+ --timeout" , {"pr" : ["<TIMEOUT>"]},
|
||
|
"nc --host \\S+ --port \\d+ --timeout \\d+" , {"pr" : ["<enter>"]}
|
||
|
]
|
||
|
}
|