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

28 lines
1.1 KiB
JSON

{
"name": "Openfiler",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Openfiler is an Open Source Network Attached Storage and Storage Area Network Solution.",
"website": "http://www.openfiler.com/ ",
"matches": [
{
"url": "/uptime.html",
"text": "<div id=\"uptimeDiv\" class=\"uptimeDiv\"><span style=\"line-height: 10px;\" id=\"uptimeData\"></span> </div></body>"
},
{
"url": "/uptime.html",
"text": "<body bgcolor=\"#4c555a\" style=\"margin: 0; padding: 0\" onload=\"getSysUptime()\">"
},
{
"regexp": "(?-mix:<div><p style=\"font-size: 90%; color: #aaa; line-height: 14px;\"><strong>Distro Release:&nbsp;<\\/strong>Openfiler [EN]SA ([^\\s]+))",
"offset": 1
},
{
"regexp": "(?-mix:<strong>GUI Version:&nbsp;<\\/strong>([^<^\\s]+)<\\/p><\\/div>)"
},
{
"regexp": "(?-mix:&copy; 2001 - (2[\\d]{3}) <a href=\"http:\\/\\/www\\.openfiler\\.com\\/\">Openfiler<\\/a>\\. All rights reserved\\.<br \\/>)"
}
]
}