## # 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 ## Plugin.define "DBHcms" do author "Brendan Coles " # 2011-02-27 version "0.1" description "The DBHcms is a small free Open Source content management system for personal and small business websites." website "http://www.drbenhur.com" # Google results as at 2011-02-27 # # 65 for "powered by DBHcms" -dork # Dorks # dorks [ '"powered by DBHcms" -dork' ] # Matches # matches [ # Powered by text { :text=>' powered by DBHcms ' }, # HTML Comment { :regexp=>// }, # HTML Comment { :regexp=>// }, ] end