## # 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 ", # 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=>/'Exponent CMS' }, { :text=>'Powered by Exponent CMS' }, ] end