Sha256: 1117196b0f96c45664c55f6888b4fe79019a9b852105576d9c82a3ebbec5f686

Contents?: true

Size: 890 Bytes

Versions: 6

Compression:

Stored size: 890 Bytes

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 "Think-Plus" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-04-07
  @version = "0.1"
  @description = "Think+ - Social Media Marketing"
  @website = "http://think-plus.gr/"

  # Google results as at 2012-04-07 #
  # 140 for "Powered by Think+"
  #  23 for "Powered by Think+" inurl:"info.php?category_id="

  # Dorks #
  @dorks = [
    '"Powered by Think+"'
  ]

  # Matches #
  @matches = [

    # Powered by
    { text: '<div class="copy">Powered by <a href="http://think-plus.gr">Think+</a>' },

    # Meta Author
    { text: '<meta name="author" CONTENT="Think+">' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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