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

17 lines
467 B
JSON

{
"name": "BlueNet-Video-Server",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "BlueNet Video Server - video camera web interface",
"website": null,
"matches": [
{
"text": "window.location.href='/cgi-bin/client_execute.cgi?tUD=0';"
},
{
"regexp": "(?-mix:<title>BlueNet Video Viewer Version ([\\d\\.a-z]+)<\\/title>)",
"offset": 1
}
]
}