mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-06 07:22:14 +08:00
10 lines
488 B
JSON
10 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>"]}
|
|
]
|
|
}
|