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

32 lines
1003 B
JSON

{
"name": "Belkin-Modem",
"author": "Andrew Horton",
"version": "0.3",
"description": "Belkin Consumer Modem / Router",
"website": "http://www.belkin.com/",
"matches": [
{
"name": "html comments",
"regexp": "(?-mix:\\/\\/ when proto = Bridge or ipExt = 1, DHCP should show disabled)"
},
{
"text": "href=\"main_router.css\" src=\"showMenu.js\""
},
{
"regexp": "(?-mix:<meta name=\"description\" content=\"Belkin [\\S]+)"
},
{
"version": "2307 wireless router",
"text": "<meta name=\"description\" content=\"Belkin 2307"
},
{
"version": "F5D7230-4P",
"text": "<td bgcolor=\"#94CAE4\" width=\"50%\" height=\"18\">F5D7230-4P</td>"
},
{
"name": "inline javascript",
"text": "var isPPPoE, isStatic, isDynamic, isnat, isdialup, isbigpond, ispptp, isfirewall;"
}
]
}