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 "QuickerSite" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-03-04
9version "0.1"
10description "QuickerSite is a Content Management System for Windows Servers. It is written in ASP/VBScript with an optional pinch of ASP.NET for true image-resizing capabilities."
11website "http://www.quickersite.com/"
12
13# Google results as at 2011-03-04 #
14# 111 for "Powered by QuickerSite"
15
16# Dorks #
17dorks [
18'"Powered by QuickerSite"'
19]
20
21
22
23# Matches #
24matches [
25
26# Meta Generator
27{ :regexp=>/<meta content="QuickerSite CMS - visit www.quickersite.com" name="generator" \/>/i },
28
29{ :regexp=>/<meta name="generator" content="QuickerSite CMS - visit www.quickersite.com">/i },
30
31]
32
33end
34
35
36