Sha256: 9a7215c0ae3eb0b8b0731124a6aac8c12a872eb2f49be5fed5fb6a636cd50b6e

Contents?: true

Size: 869 Bytes

Versions: 6

Compression:

Stored size: 869 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
##
WhatWeb::Plugin.define "Oracle-Database" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-11-22
  @version = "0.1"
  @description = "Oracle Database"
  @website = "http://www.oracle.com/technetwork/database/enterprise-edition/overview/index.html"
  # More Info: http://www.oracle.com/technetwork/database/features/xmldb/index.html

  # ShodanHQ results as at 2011-11-22 #
  # 185 for Oracle XML DB/Oracle Database

  # Matches #
  @matches = [

    # HTTP Header # Server
    { search: "headers[server]", regexp: /^Oracle XML DB\/Oracle Database$/, module: "Oracle XML DB" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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