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

26 lines
878 B
JSON

{
"name": "Tilgin-Router",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Tilgin router",
"website": "http://www.tilgin.com/Products/",
"matches": [
{
"text": "<H1 id=\"title\">Welcome to the Tilgin router</H1>"
},
{
"text": "<TITLE>VOOD</TITLE>",
"url": "/"
},
{
"text": "<A href=\"/wizard/\" class=\"\" title=\"Wizard\">Run wizard</A> for a quick and simple initial configuration."
},
{
"text": "<A href=\"/status/\" class=\"menuitem\" title=\"Status\">Status</A><SPAN class=\"separator\"> </SPAN><A href=\"/help/\" class=\"last menuitem\" title=\"Help\">Help</A>"
},
{
"text": "<LINK rel=\"stylesheet\" type=\"text/css\" href=\"/compressed-control.css\">"
}
]
}