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

38 lines
1.7 KiB
JSON

{
"name": "3COM-NBX",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "3COM NBX phone system. The NBX NetSet utility is a web interface in which you configure and manage the NBX system. NBX systems present the NBX NetSet utility through an embedded web server that is integrated in system software.",
"website": "http://inpath.com/products/3com-nbx.html",
"matches": [
{
"text": "<head><title>NBX NetSet</title>"
},
{
"text": "<HEAD><TITLE>NBX NetSet</TITLE>"
},
{
"text": "<!-- (c) Copyright, 3Com Corporation or its subsidiaries, 2004. All Rights Reserved. -->"
},
{
"text": "<!-- Gregory Brucato 4/22/98 NBX Corporation -->"
},
{
"regexp": "(?-mix:<META HTTP-EQUIV=\"sysObjectID\" CONTENT=\"([\\d\\.]{20,30})\">)",
"offset": 1
},
{
"text": "<span class=\"splashTitleIPTelephony\">&nbsp;3Com<SUP><span class=\"splashTitleNBXReg\">&reg;</span></SUP> IP Telephony Solution</span>"
},
{
"regexp": "(?-mix:<td colspan=\"3\" class=\"splashVersionCol\" valign='bottom'>[\\s]+Version:&nbsp;([^<]+)<br \\/>[\\s]+Created:&nbsp;)"
},
{
"regexp": "(?-mix:<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\"><TR><TD ALIGN=\"right\" WIDTH=\"130\" HEIGHT=\"75\">[\\s]+Version:(&nbsp;)?([^<]+)<BR>)"
},
{
"regexp": "(?-mix:<span class=\"splashTitleNBX\">NBX<SUP><span class=\"splashTitleNBXReg\">&reg;<\\/span><\\/SUP><\\/span>[\\s]+<span class=\"splashTitlePlatform\">(&nbsp;)?([^<]+)<\\/span>)"
}
]
}