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

31 lines
978 B
JSON

{
"name": "Sony-Network-Camera",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "SONY network video camera web interface",
"website": "http://www.sony.com/",
"matches": [
{
"text": "\tsetWindowVar = window.open(\"/adm/file.cgi?next_file=setting.htm\", \"adminWin\", setWinoptions);",
"model": [
"SNC-M"
]
},
{
"text": "<TITLE>Server Push Viewer</TITLE>"
},
{
"regexp": "(?i-mx:<FRAME SRC=\"bar.html\" SCROLLING=\"NO\" NAME=\"sonyhome[0-9]*\" NORESIZE[\\ MARGINHEIGHT=\"0-9\"]* MARGINWIDTH=\"0\">)"
},
{
"regexp": "(?i-mx:<TITLE>Sony Network Camera ([0-9A-Z\\-]+)<\\/TITLE>)"
},
{
"regexp": "(?-mix:<TITLE>(SNC\\-[R]?Z[0-9]+)<\\/TITLE>)"
},
{
"regexp": "(?-mix:<TITLE>(SNC\\-[R]?Z[0-9]+) HOME<\\/TITLE>)"
}
]
}