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

26 lines
925 B
JSON

{
"name": "Open-Xchange",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Open-Xchange mail server",
"website": "http://www.open-xchange.com/",
"matches": [
{
"text": "<noscript><div class=\"noscriptmsg\">You need to enable JavaScript to access the Open-Xchange Server."
},
{
"text": "<td class=\"browserchecktextnormal\" id=\"browserchecktext_id\">You need to enable JavaScript to access the Open-Xchange Server."
},
{
"regexp": "(?-mix:<div class=\"login-bottomline\">\\W+<span id=\"[a-z]\\d+[a-z]\\d+\">Version<\\/span>\\s+:\\W+([^\\s]+\\W+[^\\W]+))",
"offset": 1
},
{
"certainty": 75,
"search": "headers[location]",
"regexp": "(?-mix:^https?:\\/\\/[^\\/]+\\/ox6\\/ox\\.html$)",
"version": "6.x"
}
]
}