# frozen_string_literal: true ## # 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. # http://www.morningstarsecurity.com/research/whatweb ## # Version 0.2 # # Updated regex and ghdb matches ## WhatWeb::Plugin.define "CMScontrol" do @author = "Brendan Coles " # 2010-06-15 @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: # #