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

19 lines
623 B
JSON

{
"name": "Linksys-Wireless-G-Camera",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Linksys Wireless-G Camera web interface",
"website": "http://www.linksys.com/",
"matches": [
{
"text": "<title>Linksys Wireless-G Internet-Videokamera</title>"
},
{
"text": "<title>Linksys Wireless-G Internet Video Camera</title>"
},
{
"text": "<body bgcolor=\"#ffffff\" marginheight=\"0\" marginwidth=\"0\" leftmargin=\"0\" topmargin=\"0\" onload=\"parent.chkRefresh('vr')\"> </body>"
}
]
}