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 "Sweetrice" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-02-26
9version "0.1"
10description "SweeRice is a simple website management system ,it is not just free and open source, it provides popular functions such as SEO."
11website "http://www.basic-cms.org/"
12
13# Google results as at 2011-02-26 #
14# 25 for Copyright "Powered By Basic CMS SweetRice" -dork
15
16# Dorks #
17dorks [
18'"Powered By Basic CMS SweetRice" -dork'
19]
20
21
22
23# Matches #
24matches [
25
26# Version Detection # Meta Generator
27{ :version=>/<meta name="generator" content="SweetRice ([\d\.]{1,5})" \/>/ },
28
29
30# Powered by text
31{ :text=>'Powered By <a href="http://www.basic-cms.org">Basic CMS SweetRice</a>' },
32
33]
34
35end
36
37
38