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

40 lines
1.2 KiB
JSON

{
"name": "Toshiba-Cable-Modem",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Toshiba Cable Modem",
"website": "http://www.toshiba.com/",
"matches": [
{
"text": "<TITLE>Toshiba Cable Modem PCX3000</TITLE>",
"certainty": 75
},
{
"url": "/pcx3k.gif",
"md5": "b70118d64dc5a404f82467bbf3858524",
"model": "PCX3000"
},
{
"url": "/up.html",
"text": "<BR><FONT color=navy size=5>Toshiba Cable Modem Diagnostics Page &nbsp;</FONT>"
},
{
"url": "/up.html",
"regexp": "(?-mix:<STRONG>CMTS MAC Address:<FONT color=\"#980040\">([^<]+)<\\/FONT><\\/STRONG>)"
},
{
"url": "/up.html",
"regexp": "(?-mix:<STRONG>&nbsp;&nbsp;MODEL[\\r\\n]*<FONT COLOR=\"#980040\">([^\\s^<]+)<\\/FONT>)"
},
{
"url": "/up.html",
"regexp": "(?-mix:;&nbsp;HW_REV[\\r\\n]*<FONT COLOR=\"#980040\">([^\\s^<]+)<\\/FONT>)"
},
{
"url": "/up.html",
"regexp": "(?-mix:;&nbsp;SW_REV[\\r\\n]*<FONT COLOR=\"#980040\">([^\\s^<]+)<\\/FONT>)",
"offset": 1
}
]
}