Sha256: f466be89f71fa63be616397947ff279f578ffbff06d82391e18c8ffafab4eb29

Contents?: true

Size: 1.38 KB

Versions: 6

Compression:

Stored size: 1.38 KB

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 "phpDenora" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-13
  @version = "0.1"
  @description = "phpDenora is the Web Frontend to the Denora Stats Server and provides a complete, nice looking and solid Interface featuring detailed network, channel and user statistics, graphical outputs, multilanguage and template systems, all by following modern web standards. Requires PHP 4.3.1+ and PHP MySQL module"
  @website = "http://denorastats.org/"

  # Google results as at 2011-03-13 #
  # 253 for "powered by phpDenora" intitle:"phpDenora"

  # Dorks #
  @dorks = [
    '"powered by phpDenora" intitle:"phpDenora"'
  ]

  # Matches #
  @matches = [

    # GHDB
    { certainty: 25, ghdb: '"powered by phpDenora" intitle:"phpDenora"' },

    # Network Detection # Meta Description
    { string: /<meta name="Description" content="IRC Statistics for (.+) powered by phpDenora" \/>/ },

    # Version Detection # Powered by link
    { version: /<td><h6 class="right">Powered by <a href="http:\/\/(phpdenora.pimpmylinux.org|denorastats.org)\/">phpDenora<\/a> v([^<]+)<\/h6><\/td>/, offset: 1 },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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