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 "Pluck-CMS" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-08-25
9version "0.1"
10description "Pluck is a small and simple content management system. - Requires: PHP"
11website "http://www.pluck-cms.org/"
12
13# Google results as at 2011-08-25 #
14# 66 for "powered by pluck" +admin inurl:file=kop1.php
15
16# Dorks #
17dorks [
18'"powered by pluck" "admin" inurl:"file=kop1.php"'
19]
20
21
22
23# Matches #
24matches [
25
26# GHDB # "powered by pluck" +admin inurl:"file=kop1.php"
27{ :ghdb=>'"powered by pluck" +admin inurl:"file=kop1.php"' },
28
29# Version Detection # Meta Generator
30{ :version=>/<meta name="generator" content="pluck ([^\s^"]+)" \/>/ },
31
32# Powered by footer
33{ :text=>'powered by <a href="http://www.pluck-cms.org">pluck</a>' },
34
35]
36
37end
38
39