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 "Pragyan-CMS" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-02-27
9version "0.1"
10description "A simple and fast multiuser content management system to organize collaborative web-content. This CMS allows very fine user&group permissions, generating pages like articles, forms, quizzes, forums, etc, search powered by sphider."
11website "http://sourceforge.net/projects/pragyan/"
12
13# Google results as at 2011-02-27 #
14# 80 for "powered by Pragyan CMS"
15
16# Dorks #
17dorks [
18'"powered by Pragyan CMS"'
19]
20
21
22
23# Matches #
24matches [
25
26# Powered by text
27{ :text=>'powered by <a href="http://sourceforge.net/projects/pragyan">Pragyan CMS</a>' },
28
29# Version Detection # Powered by text
30{ :version=>/powered by <a href="http:\/\/sourceforge.net\/projects\/pragyan" title="(Praygan|Probe) CMS">Pragyan CMS v([\d\.]+)<\/a>/, :offset=>1 },
31
32]
33
34end
35
36
37