Sha256: 6ae4bcd479e587e02ec2fa620e97a0ef3694e7b0610077b5896f8b52c2e7a9da

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 KB

Contents

# 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 "Barts-CMS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-03
  @version = "0.1"
  @description = "Bart's CMS is a website Content Management System that is build with Codecharge Studio."
  @website = "http://trinityhome.org/"

  # Google results as at 2011-03-03 #
  # 93 for "powered by Bart's CMS"

  # Dorks #
  @dorks = [
    '"powered by Bart\'s CMS"'
  ]

  # Matches #
  @matches = [

    # Version Detection # Powered by text
    { version: /Powered by <a style="color:#ccc;" href="http:\/\/trinityhome.org(\/|\/barts_cms\/)"  title="Bart's CMS \[Business Edition\] Version ([\d\.]{1,10}) \[(Stable|Beta)\]" >Bart's CMS<\/a>/, offset: 1 },

    # Version Detection # Meta Generator
    { version: /<meta name="generator" content="Bart's CMS \[Business Edition\] ([\d\.]{1,10}) [Stable][^>]*">/ },

    # Meta Author
    { certainty: 75, text: '<meta name="author" content="Bart Verstricht" />' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/barts-cms.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/barts-cms.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/barts-cms.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/barts-cms.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/barts-cms.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/barts-cms.rb