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 "DT-Centrepiece" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-08-06
9version "0.1"
10description "DT Centrepiece is a free open-source content management system (CMS) for commercial or personal use."
11website "www.dt.net.nz/centrepiece/"
12
13# 14 results for "powered by DT Centrepiece" @ 2010-08-06
14
15# Dorks #
16dorks [
17'"powered by DT Centrepiece"'
18]
19
20
21
22matches [
23
24{ :text=>'	<meta name="generator" content="DT Centrepiece - www.dt.net.nz/centrepiece/" />' },
25{ :text=>'<a href="http://www.dt.net.nz/centrepiece/" target="_blank">Powered By DT Centrepiece</a>' },
26
27]
28
29end
30
31