# 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 # 2011-02-25 # # Updated version detection ## WhatWeb::Plugin.define "DiY-CMS" do @author = "Brendan Coles " # 2010-09-17 @version = "0.2" @description = "Do It Yourself Content Management System is a feature-rich, php-built, mysql-based, opensource and free CMS." @website = "http://www.diy-cms.com/" # Google results as at 2010-09-17 # # 41 results for "powered by DiY-CMS" # 6 results for intitle:"DIY-CMS Database Error" # Dorks # @dorks = [ '"powered by DiY-CMS"', 'intitle:"DIY-CMS Database Error"' ] # Matches # @matches = [ # Powered by text { text: 'Powered by: DIY-CMS' }, { text: 'Powered by DIY-CMS' }, # Error Page # Default Title { text: 'DIY-CMS Database Error' }, # Error Page # Powered by text { text: '

Powered by: DIY-CMS

' }, # Admin Page # Default logo HTML { text: "" }, # Version Detection # Meta generator { version: // }, # Version Detection # Powered by text { version: /Powered by