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

30 lines
1.1 KiB
JSON

{
"name": "NetBotz-Network-Monitoring-Device",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "NetBotz monitoring and management web front end",
"website": "http://www.netbotz.com/products/index.html",
"matches": [
{
"regexp": "(?-mix:<TITLE>NetBotz( Network Monitoring) Appliance - [^<]*<\\/TITLE>)"
},
{
"text": "<LINK REL=\"StyleSheet\" TYPE=\"text/css\" HREF=\"/netbotz.css\">"
},
{
"text": "<!-- Launch the NetBotz Applications. This will require Java 1.3.0 OR ANYTHING NEWER -->"
},
{
"text": "<a href=\"http://www.netbotz.com\" target=\"_top\"><img border=\"0\" src=\"/colorlogo.gif\"></a>"
},
{
"text": "\t<TITLE>Device Status Summary Page</TITLE>"
},
{
"url": "/statusHeader.html",
"regexp": "(?-mix:<a href=\"http:\\/\\/updates.netbotz.com\\/releases\\/([\\d\\.]+)\\/install.html\" target=\"_instAV\">\\(Install Advanced View Application\\)<\\/a>)",
"offset": 1
}
]
}