Sha256: c028d873d44f3ee4c3058090c336e135bb3fe96f18f0804e3e2e4b3d4aff5f78

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 "ClipShare" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-21
  @version = "0.1"
  @description = "With a huge variety of features and options, at an extremely affordable price, ClipShare is the ultimate video script for starting your highly profitable video sharing community website just like the big boys: Youtube, DailyMotion, Metacafe, or Google Video."
  @website = "http://www.clip-share.com/"

  # Google results as at 2010-08-21 #
  # 204 for "powered by ClipShare"

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

  @matches = [

    { text: '<!--!!!!!!!!!!!!!!!!!!!!!!!!! Processing SCRIPT !!!!!!!!!!!!!!!!!!!-->' },
    { text: '<!--!!!!!!!!!!!!!!!!!!!!!!!! LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->' },
    { text: 'Powered By <a href="http://www.clip-share.com">ClipShare</a>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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