## # 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 "CMScontrol" authors [ "Brendan Coles ", # 2010-06-15 # v0.2 # Updated regex and ghdb matches. ] version "0.2" description "CMScontrol" website "http://www.cmscontrol.com/" # Google results as at 2010-06-15 # # 79 for +CMScontrol -"SQL Injection" -exploit +inurl:"index.php?id_menu=" # Dorks # dorks [ '"CMScontrol" -"SQL Injection" -exploit inurl:"index.php?id_menu="' ] matches [ # 79 results for +CMScontrol -"SQL Injection" -exploit +inurl:"index.php?id_menu=" @ 2010-06-15 { :ghdb=>'+CMScontrol inurl:"index.php?id_menu="', :certainty=>25 }, # Default meta generator { :regexp=>//i }, # Default meta formatter { :regexp=>//i }, # Default meta abstract { :regexp=>//i }, # Default javascript in old versions { :text=>'document.write("");' }, # Default meta generator # 3.x { :regexp=>//i, :version=>'3.x' }, ] end # It should be possible to guess the version depending on the copyright dates: # #