Sha256: 53b5e45a788c4f40acb655096bbd2459b3b2aeb9eeea27bb98642745d06454da

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 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.2 # 2011-01-10 #
# Updated version detection
##
WhatWeb::Plugin.define "CMS-WebManager-Pro" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-09-04
  @version = "0.2"
  @description = "CMS WebManager-Pro - is a software product for creating and maintaining websites of any complexity."
  @website = "http://webmanager-pro.com/"

  # Google results as at 2010-09-04 #
  # 2 for "powered by CMS WebManager-Pro"

  # Dorks #
  @dorks = [
    '"powered by CMS WebManager-Pro"'
  ]

  # Matches #
  @matches = [

    # Powered by text
    { text: 'Powered by <a style="color:#555555;" href="http://webmanager-pro.com/">CMS Webmanager-pro</a>' },

    # Version detection # Meta generator
    { version: /<meta name="generator" content="Webmanager-pro v([\d\.]+)" \/>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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