Sha256: d01483e45348fe2a064f0a70463482d681666300a77626488c89aab69aeed3ec

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 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 "Micro-CMS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-02-26
  @version = "0.1"
  @description = "Micro CMS"
  @website = "http://www.micro-cms.com/"

  # Google results as at 2011-02-26 #
  # 23 for "Powered by Micro CMS"

  # Dorks #
  @dorks = [
    '"Powered by Micro CMS"'
  ]

  # Matches #
  @matches = [

    # Powered by text
    { regexp: /<div class="footer"><div style="float: left;">Powered by <a href="http:\/\/(tpiha.kset.org|www.micro-cms.com)\/">Micro CMS<\/a> \| <a href="/ },

    # Simple powered by text
    { text: 'Powered by <strong><a href="http://microcms.kset.org/">Micro CMS</a></strong><br />' },

    # Admin Page # Default form tag
    { certainty: 25, text: '" method="post"onsubmit="' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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