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

35 lines
1.3 KiB
JSON

{
"name": "Home-Control-Box",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The Home Control Box is a small, powerful computer that integrates the various sensors and electronic systems in the home into one single functional system.",
"website": "http://www.homecontrolbox.com/",
"matches": [
{
"regexp": "(?-mix:^hcb_web)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^hcb_web\\/v([^\\s]+) BoxTalk\\/[^\\s]+ SWILL\\/[^\\s]+ \\([^\\)]+\\)$)",
"offset": 1
},
{
"search": "headers[server]",
"regexp": "(?-mix:^hcb_web\\/v[^\\s]+ (BoxTalk\\/[^\\s]+) SWILL\\/[^\\s]+ \\([^\\)]+\\)$)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^hcb_web\\/v[^\\s]+ BoxTalk\\/[^\\s]+ (SWILL\\/[^\\s]+) \\([^\\)]+\\)$)"
},
{
"search": "headers[www-authenticate]",
"regexp": "(?-mix:^Basic realm=\"Home Control Box Configuration \\(hcb-([a-z]{3}-[\\d]{4})\\)\"$)"
},
{
"string": "No Login Required",
"text": "<frame frameborder=\"0\" name=\"MGUI\" src=\"myhcb_gui.html\" scrolling=\"no\""
}
]
}