Sha256: b3d6f4a9c1127145098ec7844769d41add3b241f605689b9bcc3ad6f0b8e41ef

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 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
##
# Version 0.3 # 2016-04-17 # Andrew Horton
# Added website
##
# Version 0.2 #
# Added version detection. Updated matches.
##
WhatWeb::Plugin.define "CMSimple" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-06-05
  @version = "0.3"
  @description = "CMSimple is a simple content management system for smart maintainance of small commercial or private sites."
  @website = "http://www.cmsimple.org/"

  # About 70,800 results for "Powered by CMSimple.dk" +welcome @ 2010-06-04

  # Dorks #
  @dorks = [
    '"Powered by CMSimple.dk" "welcome"'
  ]

  @matches = [

    # GHDB Match
    { ghdb: '"Powered by CMSimple.dk" welcome', certainty: 75 },

    # Meta generator
    { text: '<meta name="generator" content="CMSimple' },

    # Version detection # Meta generator
    { version: /<meta name="generator" content="CMSimple ([\d\.]+)[^>]*>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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