1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "phpDenora" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-03-13
9version "0.1"
10description "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"
11website "http://denorastats.org/"
12
13# Google results as at 2011-03-13 #
14# 253 for "powered by phpDenora" intitle:"phpDenora"
15
16# Dorks #
17dorks [
18'"powered by phpDenora" intitle:"phpDenora"'
19]
20
21
22
23# Matches #
24matches [
25
26# GHDB
27{ :certainty=>25, :ghdb=>'"powered by phpDenora" intitle:"phpDenora"' },
28
29# Network Detection # Meta Description
30{ :string=>/<meta name="Description" content="IRC Statistics for (.+) powered by phpDenora" \/>/ },
31
32# Version Detection # Powered by link
33{ :version=>/<td><h6 class="right">Powered by <a href="http:\/\/(phpdenora.pimpmylinux.org|denorastats.org)\/">phpDenora<\/a> v([^<]+)<\/h6><\/td>/, :offset=>1 },
34
35]
36
37end
38
39
40