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

24 lines
819 B
JSON

{
"name": "StarDot-NetCam",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Stardot network camera web interface",
"website": "http://www.stardot-tech.com/ ",
"matches": [
{
"regexp": "(?-mix:<title>NetCam Live Image[\\ Popup]*<\\/title>)"
},
{
"regexp": "(?-mix:<applet code=\"CaptureClient.class\" width=\"[\\d]+\" height=\"[\\d]+\" alt=\"NetCam Live [Stream|Image]+\">)"
},
{
"regexp": "(?-mix:<title>NetCamXL Live Image[\\ Popup]*<\\/title>)",
"version": "XL"
},
{
"regexp": "(?-mix:<applet code=\"CaptureClient.class\" width=\"[\\d]+\" height=\"[\\d]+\" alt=\"NetCamXL Live [Stream|Image]+\">)",
"version": "XL"
}
]
}