Sha256: b0a8d2cefc95828ce8f637dcdea65d7f6a58b896b4b22b967673dc238784cf29
Contents?: true
Size: 733 Bytes
Versions: 6
Compression:
Stored size: 733 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.2 # 2016-04-19 # Andrew Horton # Moved patterns from passive function to matches[] ## WhatWeb::Plugin.define "Citrix-ConfProxy" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-04-11 @version = "0.2" @description = "Citrix ConfProxy ISAPI" @website = "http://www.citrix.com/" # ShodanHQ results as at 2011-04-11 # # 73 for confproxy @matches = [ { version: /^confproxy\/([\d\.]+)/, search: "headers[server]" }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems