# 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 ## WhatWeb::Plugin.define "Elxis-CMS" do @author = "Brendan Coles " # 2010-10-11 @version = "0.1" @description = "Elxis is powerful open source content management system (CMS) released for free under the GNU/GPL license." @website = "http://www.elxis.org/" # Google results as at 2010-10-11 # # 200 for "powered by Elxis CMS" # Dorks # @dorks = [ '"powered by Elxis CMS"' ] @matches = [ # Powered by text { text: 'Powered by Elxis' }, { regexp: /Powered by Elxis[\ CMS]*<\/a>/ }, # Meta generator { regexp: // }, # Favicon { md5: '36d8efa82de41f53c23eece784405c9e', url: 'images/favicon.ico' }, ] end