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

16 lines
538 B
JSON

{
"name": "OpenWrt",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "A GNU/Linux based firmware program for embedded devices such as residential gateways and routers.",
"website": "http://openwrt.org/",
"matches": [
{
"text": "<title>OpenWrt Administrative Console</title>"
},
{
"text": "OpenWrt Administrative Console<br />Redirecting to : <a style=\"color: inherit;\" href=\"/cgi-bin/webif.sh\">main page</a></p>"
}
]
}