Sha256: db1b827df62802525444773d0861eb7f12d9a4472a180efe805c33cad6669295

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 KB

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
##
WhatWeb::Plugin.define "VisionWEB" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-09-01
  @version = "0.1"
  @description = "VisionWEB - video server web interface - Homepage [offline]: http://www.cieffe.com/"

  # ShodanHQ results as at 2012-09-01 #
  # 463 for IWeb/1.0

  # Google results as at 2012-09-01 #
  # 6 for intitle:"VisionWEB" "Insignis Technologies"

  # Dorks #
  @dorks = [
    'intitle:"VisionWEB" "Insignis Technologies"'
  ]

  # Matches #
  @matches = [

    # HTTP Server Header
    { certainty: 75, search: "headers[server]", regexp: /^IWeb\/([^\s]+)/ },

    # / # Version Detection # JavaScript
    { version: /VarPageTitle="Proxima\d? DVMS VisionWEB v([^\s^"]+)";/ },

    # / # Footer
    { text: '<b>CIEFFE srl</b> - "We power Your eyes"<br' },

    # / # Meta Copyright # Year Detection
    { string: /<meta name="COPYRIGHT" content="&copy; 2001-(2[\d]{3}) Insignis Technologies"/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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