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##
7# Version 0.3 #
8# Updated model detection
9##
10# Version 0.2 #
11# Updated version detection
12##
13Plugin.define "IQeye-Netcam" do
14author "Brendan Coles <bcoles@gmail.com>" # 2010-07-11
15version "0.3"
16description "IQeye netcam web interface"
17
18# Google rsults as at 2010-07-11 #
19# 5 for intitle:"IQeye302 | IQeye303 | IQeye601 | IQeye602 | IQeye603" intitle:"Live Images"
20
21
22
23# Matches #
24matches [
25
26# Model detection # Default title
27{ :model=>/<title>IQeye([^:]+): Live Images[^<]*<\/title>/i },
28
29]
30
31end
32
33