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

19 lines
709 B
JSON

{
"name": "HeiTel-Digital-Video-Device",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "HeiTel Digital Video Device - Platform-independent live image transmission and camera remote control via PC, Smartphone and PDA browser ",
"website": "http://www.heitel.com/en/products/software/web-server/index.html",
"matches": [
{
"regexp": "(?-mix:^HeiTel GmbH Web Server)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^HeiTel GmbH Web Server \\[V([\\d\\.]+)\\/V([\\d\\.]+)\\/V([\\d\\.]+)\\]$)",
"offset": 1
}
]
}