Sha256: 30ce5686adf32b730484f9eea94c3a9241e04b255c45a1c52b5dc2087a8f22b1

Contents?: true

Size: 803 Bytes

Versions: 6

Compression:

Stored size: 803 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 "Access-Control-Allow-Methods" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-08-20
  @version = "0.1"
  @description = "Specifies the method or methods allowed when accessing a resource"
  @website = "http://www.w3.org/TR/2008/WD-access-control-20080912/"

  # ShodanHQ results as at 2011-08-20 #
  # 106 for Access-Control-Allow-Methods

  # Matches #
  @matches = [

    # Access-Control-Allow-Methods Header
    { search: "headers[access-control-allow-methods]", string: /(.+)/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/access-control-allow-methods.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/access-control-allow-methods.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/access-control-allow-methods.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/access-control-allow-methods.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/access-control-allow-methods.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/access-control-allow-methods.rb