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

24 lines
668 B
JSON

{
"name": "VPON",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Video Picture on Net (VPON) is a remote video web server",
"website": "http://www.vpon21.com/",
"matches": [
{
"url": "/ctrl_ver.js",
"regexp": "(?-mix:^var live_video_control_version =\"([^\"]+)\";)",
"offset": 1
},
{
"url": "/ctrl_ver.js",
"regexp": "(?-mix:^var vpon_platform = \"([^\"]+)\";)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^VPON Server\\/([\\d\\.]+)$)",
"offset": 1
}
]
}