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

23 lines
1.4 KiB
JSON

{
"name": "Electro-Industries-GaugeTech",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Electro Industries GaugeTech Device - Electro Industries meters are known world-wide for their ease of use, advanced power functionality and reliable service.",
"website": "http://www.electroind.com/",
"matches": [
{
"url": "/meter_information.htm",
"regexp": "(?-mix:<td width=135 bgcolor=\"#000000\"><b><font face=\"Verdana\" size=\"2\" color=\"#FF0000\">&nbsp;Device[\\s\\r\\n]*Type<\\/font><\\/b><\\/td>[\\s\\r\\n]*<td width=150 bgcolor=\"#CCCCCC\">[\\s\\r\\n]*<div align=\"center\"><font color=\"#000000\" size=\"2\" face=\"Verdana\">[\\s\\r\\n]*([^\\r^\\n]+)[\\s\\r\\n]*<\\/font><\\/div>)"
},
{
"url": "/meter_information.htm",
"string": "Shark",
"regexp": "(?-mix:<td width=108 bgcolor=\"#B9BEC2\"><b><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"1\" color=\"#990000\">&nbsp;[\\s\\r\\n]*Device Type<\\/font><\\/b><\\/td>[\\s\\r\\n]*<td width=150 bgcolor=\"#FFFFFF\"><div align=\"center\"><font color=\"#000000\" size=\"1\" face=\"Verdana, Arial, Helvetica, sans-serif\">[\\s\\r\\n]*([^\\r^\\n^\\s^<]{3,5})[^<]*<\\/font><\\/div>)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^EIG Embedded Web Server$)"
}
]
}