Sha256: f8edbbec87d7c843a63e6a2c42f61b3dc1318ed5fa756a61c8df2e7411cbb841

Contents?: true

Size: 816 Bytes

Versions: 6

Compression:

Stored size: 816 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 "Werkzeug" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2015-04-30
  @version = "0.1"
  @description = "Werkzeug is a WSGI utility library for Python. - Homepage: http://werkzeug.pocoo.org/"

  # About 2667 ShodanHQ results for server:Werkzeug @ 2015-04-30

  @matches = [

    # HTTP Server Header
    { search: "headers[server]", version: /^Werkzeug\/([\d\.]+)/ },

    # 302 Page # Redirect Text
    { status: 302, certainty: 75, text: '<p>You should be redirected automatically to target URL:' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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