the-bastion/bin/plugin/open/nc.json

11 lines
488 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"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>"]}
]
}