Sha256: 7f220e52fe0d43362b95901d48f4932ac2a66b23a8c4a6691d3c18d203a531eb

Contents?: true

Size: 774 Bytes

Versions: 6

Compression:

Stored size: 774 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 "Pantheon" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-08-29
  @version = "0.1"
  @description = "Pantheon"
  @website = "https://www.getpantheon.com/"

  # ShodanHQ results as at 2012-09-29 #
  # 17 for x-pantheon-edge-server

  # Matches #
  @matches = [

    # x-pantheon-edge-server Header
    { search: "headers[x-pantheon-edge-server]", string: /^(.*)$/ },

    # 404 message
    { search: "headers", regexp: /HTTP\/1\.[01] 404 Unknown site\!/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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