Sha256: ab252f8684886dc5d9536bbc4e70d645aca9a4ea1540bdfdb56dfdd27fa33319

Contents?: true

Size: 1.66 KB

Versions: 6

Compression:

Stored size: 1.66 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 "LotusCMS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-16
  @version = "0.1"
  @description = "LotusCMS (previously ArboroianCMS) brings to the forefront design and design integration into one of the most neglected CMS niches - Databaseless Web-Design and Development."
  @website = "http://www.lotuscms.org/"

  # Google results as at 2011-03-16 #
  # 10 for intitle:"LotusCMS Administration"
  # 63 for "Powered by LotusCMS"

  # Dorks #
  @dorks = [
    '"Powered by LotusCMS"'
  ]

  # Matches #
  @matches = [

    # Powered by text
    { text: 'Powered by: <a href="http://www.lotuscms.org">LotusCMS</a>' },
    { text: 'Powered by <a href="http://www.arboroia.com/cmsproject/">ArboroianCMS</a>' },

    # Menu
    { text: "<ul><li><a class='firstM' href='index.php?page=index'>Home</a></li><li><a class='normalM' href='index.php?system=" },

    # Admin Page # Title
    { text: '<title>LotusCMS Administration</title>' },
    { text: '<title>.:Lotus Administration:.</title>' },

    # Admin Page # Form
    { text: '<form method="POST" action="index.php?system=Admin&page=loginSubmit" id="contactform">' },

    # HTML Comment
    { text: "<!-- Please don't delete this. You can use this template for free and this is the only way that you can say thanks to me -->" },

    # Meta Keywords
    { certainty: 25, text: '<meta name="keywords" content="LotusCMS" />' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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