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

19 lines
531 B
JSON

{
"name": "DiBos",
"author": "Andrew Horton",
"version": "0.3",
"description": "DiBos security surveillance system",
"website": "http://www.boschsecurity.com/",
"matches": [
{
"regexp": "(?i-mx:<title>DiBos - Login<\\/title>)"
},
{
"text": "<link rel=\"STYLESHEET\" type=\"text/css\" href=\"style/bovisnt.css\"></link>"
},
{
"text": "<h2>Object moved to <a href=\"/Error.aspx?error=wrongbrowser\">here</a>.</h2>"
}
]
}