Sha256: 9419ad2980e6252a2e01fba5e05745b819e1cc5857f46bf8835c791aba8ae916

Contents?: true

Size: 722 Bytes

Versions: 6

Compression:

Stored size: 722 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
##
# 2014-10-13 # Napz
##
WhatWeb::Plugin.define "Web2py" do
  @author = "Napz <napzs@rocketmail.com>"
  @version = "0.1"
  @description = "Web2py - Free open source full-stack framework written in Pytho"
  @website = "http://www.web2py.com/"

  # Dorks #
  @dorks = [
    '"powered by Web2py"'
  ]

  # Matches #
  @matches = [

    { search: "headers[x-powered-by]", string: /web2py/ },
    { text: '<div id="serendipityLeftSideBar">' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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