Sha256: ebb28acd6e40cbf1898cc0222d9be81867cd9c632380ceeaf015ff709ed635e5

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 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 "Video-CMS" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-03
  @version = "0.1"
  @description = "Video CMS is the ultimate online video content publishing tool for professional webmasters. Whether you want to create a informational video website, video tutorial website, video sharing website, paid video service, or simply to develop your unique idea, Video CMS will help you do exactly that."
  @website = "http://www.codemight.com/"

  # Google results as at 2011-03-03 #
  # 60 for "powered by Video CMS"

  # Dorks #
  @dorks = [
    '"powered by Video CMS"'
  ]

  # Matches #
  @matches = [

    # Powered by text
    { text: '<p style="color:#aaaaaa;text-align:center">Powered by <a style="color:#aaaaaa" href="http://www.codemight.com" target="_blank">Video CMS</a><br /><br /></p></body>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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