mirror of https://github.com/ovh/the-bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
488 B
11 lines
488 B
{
|
|
"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>"]}
|
|
]
|
|
}
|