Sha256: 6df08f3c038016dc4db32925f364beeb86e81fc5dc5ed142525881647e2d6c6b
Contents?: true
Size: 1.1 KB
Versions: 6
Compression:
Stored size: 1.1 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 "Oracle-WebDB" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-11-22 @version = "0.1" @description = "Oracle WebDB is a complete solution for building, deploying, and proactively monitoring Web database applications and content-driven Web sites." @website = "http://download.oracle.com/docs/cd/A81042_01/DOC/webdb.816/index.htm" # More Info: http://docs.oracle.com/cd/A81042_01/DOC/webdb.816/a77075.pdf # ShodanHQ results as at 2011-11-22 # # 103 for WebDB # 76 for WebDB/WEBDB.home # Matches # @matches = [ # HTTP Header # Server # Version Detection { search: "headers[server]", version: /^Oracle_WebDb_Listener\/([^\s]+)/ }, # HTTP Header # Location # /WebDB/WEBDB.home { search: "headers[location]", regexp: /^(https?:\/\/[^\/]+)?\/WebDB\/WEBDB\.home$/, certainty: 75 }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems