Sha256: fa81ec07f94515a3284a22c1859d6806d61dcc3d061f163aa7436085d2cf5389

Contents?: true

Size: 811 Bytes

Versions: 6

Compression:

Stored size: 811 Bytes

Contents

# frozen_string_literal: true

##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##
# Version 0.3 #
# Updated model detection
##
# Version 0.2 #
# Updated version detection
##
WhatWeb::Plugin.define "IQeye-Netcam" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-07-11
  @version = "0.3"
  @description = "IQeye netcam web interface"

  # Google rsults as at 2010-07-11 #
  # 5 for intitle:"IQeye302 | IQeye303 | IQeye601 | IQeye602 | IQeye603" intitle:"Live Images"

  # Matches #
  @matches = [

    # Model detection # Default title
    { model: /<title>IQeye([^:]+): Live Images[^<]*<\/title>/i },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/iqeye-netcam.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/iqeye-netcam.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/iqeye-netcam.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/iqeye-netcam.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/iqeye-netcam.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/iqeye-netcam.rb