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

19 lines
622 B
JSON

{
"name": "OwnServer",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "OwnServer is a web server used as a webserver for watching security cameras remotly. It allows broadcasting live streaming video on the web through the built-in webserver.",
"website": "http://www.anteco.co.il/",
"matches": [
{
"regexp": "(?-mix:^OwnServer)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^OwnServer([\\d\\.]+)$)",
"offset": 1
}
]
}