Files
OneForAll-mirror/data/rules/whatweb/realvnc.json
T
2020-07-29 00:02:06 +08:00

19 lines
558 B
JSON

{
"name": "RealVNC",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "RealVNC provides remote control software which lets you see and interact with desktop applications across any network.",
"website": "http://www.realvnc.com/",
"matches": [
{
"regexp": "(?-mix:^RealVNC)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^RealVNC\\/(.+)$)",
"offset": 1
}
]
}