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 "WikiWebHelp" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-10-14
9version "0.1"
10description "wikiWebHelp - Client side is pure Javascript using mostly original code. Backend is PHP. Database is mySQL. Wiki conversion by Wiky.  Diff processing by simpleDiff."
11website "http://richardbondi.net/projects.html"
12
13# 8 results for "powered by WikiWebHelp" @ 2010-10-14
14
15# Dorks #
16dorks [
17'"powered by WikiWebHelp"'
18]
19
20
21
22matches [
23
24# Default logo HTML
25{ :text=>'style="float:left;"><img src="theme/default/images/wh32.png"' },
26
27# Default JavaScript
28{ :text=>'<script type="text/javascript" language="javascript" src="script/wicky/wiky.js" ></script>' },
29
30# Favicon
31{ :md5=>'18fe76b96d4eae173bf439a9712fa5c1', :url=>'favicon.ico' }
32
33]
34
35end
36
37