Files
2021-02-05 01:58:26 +11:00

42 lines
1.2 KiB
Ruby

##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Exponent-CMS"
authors [
"Brendan Coles <bcoles@gmail.com>", # 2010-10-15
]
version "0.1"
description "Out of thebox, Exponent Content Management System touts a feature-rich assortment of tools to assist you in your online content management. Requirements: Apache 1.3, 2.0, or 2.2, PHP 4.4 or later, PHP GD Image Library extension, MySQL 4.1.22 or later"
website "http://www.exponentcms.org/index.php?section=116"
# Google results as at 2010-10-15 #
# 94 for "powered by Exponent CMS"
# Dorks #
dorks [
'"powered by Exponent CMS"'
]
matches [
# Version detection # Version detection
{ :version=>/<meta name="Generator" content="Exponent Content Management System - ([^\"]+)"/ },
# Meta generator
{ :text=>'<meta name="Generator" content="Exponent Content Management System' },
# Powered by text
{ :text=>'Powered by <a href="http://www.exponentcms.org">Exponent CMS</a>' },
{ :text=>'<a href="http://www.exponentcms.org">Powered by Exponent CMS</a>' },
]
end