Sha256: 298d42d8f56cab8a64cf25c28ff17a90cc27b372e2c87108f2b56f3db8c2ba0b

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 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 "AdaptCMS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-10-12
  @version = "0.1"
  @description = "AdaptCMS is a PHP CMS that is made for complete control of your website, easiness of use and easily adaptable to any type of website"
  @website = "http://www.adaptsoftware.org/article/1/Projects/AdaptCMS/"

  # Google results as at 2010-10-12 #
  # 7 for "powered by AdaptCMS"

  # Dorks #
  @dorks = [
    '"powered by AdaptCMS"'
  ]

  @matches = [

    # Version detection
    { version: /Powered by <a href="http:\/\/www.adaptcms.com">[<b>]*AdaptCMS([^<]*)<\/a>/ },

    # Powered by <a href="http://www.adaptcms.com">AdaptCMS</a>, <a href="http://www.adaptbb.com">AdaptBB</a>.
    # Powered by <a href="http://www.adaptcms.com"><b>AdaptCMS</a>
    # Powered by <a href="http://www.adaptcms.com"><b>AdaptCMS Lite</a>
    # Powered by <a href="http://www.adaptcms.com">AdaptCMS Pro</a>

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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