Sha256: 9101d7ca1c0ef22fa421a58665ee76a40394ee1fd86400d0567371b0f6f952af

Contents?: true

Size: 799 Bytes

Versions: 6

Compression:

Stored size: 799 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-20 # Andrew Horton
# Moved patterns from passive function to matches[]
##
WhatWeb::Plugin.define "Footprint" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-31
  @version = "0.2"
  @description = "Caching server"

  # ShodanHQ results as at 2011-03-31 #
  # 11,711 for Footprint FPMCP

  @matches = [
    # Version Detection # HTTP Server Header
    { version: /^Footprint ([\d\.]+)\/FPMCP$/, search: "headers[server]" },
    { regexp: /^Footprint/, search: "headers[server]" },
  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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