Sha256: 4338366b469d3654019efaa1bbf62a9c6d648261a903971235e5ffb79e2f3cba
Contents?: true
Size: 712 Bytes
Versions: 6
Compression:
Stored size: 712 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 # 2011-01-07 # # Updated HTTP Server Header match ## WhatWeb::Plugin.define "Akamai-Global-Host" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-10-26 @version = "0.2" @description = "Akamai-Global-Host HTTPd" # About 624,447 ShodanHQ results for "server: AkamaiGHost" @ 2010-10-26 # Matches # @matches = [ # HTTP Server Header { search: "headers[server]", regexp: /^AkamaiGHost/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems