# 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 "Contrexx-CMS" do @author = "Brendan Coles " # 2011-03-06 @version = "0.1" @description = "Contrexx CMS [Swiss]" @website = "http://www.contrexx.com/" # Google results as at 2011-03-06 # # 28 for "Powered by Contrexx Software" # Dorks # @dorks = [ '"Powered by Contrexx Software"' ] # Matches # @matches = [ # Default Title { text: ' - powered by Contrexx Web Content Management System' }, # Powered by text { text: '

Powered by Contrexx® Software' }, { text: '

' }, # Meta Generator { text: '' }, # StyleSheet { text: '' }, # Admin Page # Default Title { text: 'Contrexx Administration Console' }, # Admin Page # Submit Button { text: ' ' }, ] end