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

14 lines
698 B
JSON

{
"name": "MikroTik-RouterOS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "RouterOS is the operating system used on the MikroTik RouterBOARD series of routers. It can also be installed on a PC and will turn it into a router with all the necessary features - routing, firewall, bandwidth management, wireless access point, backhaul link, hotspot gateway, VPN server and more.",
"website": "http://www.mikrotik.com/software.html & http://www.routerboard.com/",
"matches": [
{
"url": "/webfig/iframe.html",
"text": "<body onload=\"parent.generateContent(parent.location.hash.substr(1));\">"
}
]
}