Sha256: 2b73aa9c405c698efcbe9e80149ed0b4bf79759fe4981f96d56a8f04aca30c81

Contents?: true

Size: 679 Bytes

Versions: 6

Compression:

Stored size: 679 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 "X-Vortech-PHP" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-10-30
  @version = "0.1"
  @description = "X-Vortech-PHP HTTP header."

  # About 440 ShodanHQ results for "X-Vortech-PHP" @ 2010-10-30

  # HTTP Header
  def passive(target)
    m = []

    m << { version: target.headers["x-vortech-php"].to_s } unless target.headers["x-vortech-php"].nil?

    m
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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