1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "StarDot-NetCam" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-07-18
9version "0.1"
10description "Stardot network camera web interface"
11website "http://www.stardot-tech.com/ "
12# default login: admin/admin
13
14# 43 results for +intitle:"NetCam Live Image" -intitle @ 2010-07-18
15# http://www.hackersforcharity.org/ghdb/?function=detail&id=1416
16
17
18matches [
19
20{ :regexp=>/<title>NetCam Live Image[\ Popup]*<\/title>/ },
21{ :regexp=>/<applet code="CaptureClient.class" width="[\d]+" height="[\d]+" alt="NetCam Live [Stream|Image]+">/ },
22
23# NetCam XL:
24{ :regexp=>/<title>NetCamXL Live Image[\ Popup]*<\/title>/, :version=>"XL" },
25{ :regexp=>/<applet code="CaptureClient.class" width="[\d]+" height="[\d]+" alt="NetCamXL Live [Stream|Image]+">/, :version=>"XL" },
26
27]
28
29
30end
31
32