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

22 lines
594 B
JSON

{
"name": "MikroTik",
"author": "Andrew Horton",
"version": "0.4",
"description": "MikroTik router",
"website": "http://www.mikrotik.com",
"matches": [
{
"text": "<title>mikrotik routeros > administration</title>"
},
{
"name": "mikrotik routeros ([^ ]+) configuration page",
"regexp": "(?-mix:<div class=\"top\">mikrotik routeros ([^ ]+) configuration page<)",
"offset": 1
},
{
"md5": "bacf8a0c6f3e702db9be393989b2a0b5",
"name": "401 page"
}
]
}