## # 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 "AdaptCMS" authors [ "Brendan Coles ", # 2010-10-12 ] version "0.1" description "AdaptCMS is a PHP CMS that is made for complete control of your website, easiness of use and easily adaptable to any type of website" website "http://www.adaptsoftware.org/article/1/Projects/AdaptCMS/" # Google results as at 2010-10-12 # # 7 for "powered by AdaptCMS" # Dorks # dorks [ '"powered by AdaptCMS"' ] matches [ # Version detection { :version=>/Powered by []*AdaptCMS([^<]*)<\/a>/ }, # Powered by AdaptCMS, AdaptBB. # Powered by AdaptCMS # Powered by AdaptCMS Lite # Powered by AdaptCMS Pro ] end