Sha256: b0330bfb33fa8ab663959cc2e96b76f5706de66335570ad71851d771a1b878c0

Contents?: true

Size: 1.22 KB

Versions: 6

Compression:

Stored size: 1.22 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 "ORCA-Platform" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-04
  @version = "0.1"
  @description = "Welcome to ORCA Websites... We specialise in designing Professional & Affordable Websites for small to medium sized businesses across the UK."
  @website = "http://www.orcawebsites.com/"

  # 311 results for "powered by Orca Websites" @ 2010-08-04

  # Dorks #
  @dorks = [
    '"powered by Orca Websites"'
  ]

  @matches = [

    { text: '    <meta name="author" content="ORCA Websites"/>' },
    { text: '    <meta name="generator" content="ORCA Platform - http://www.orcawebsites.com"/>' },
    { text: '<a href="http://www.orcawebsites.com/" title="Powered By ORCA Websites">Powered By ORCA Websites</a>' },
    { text: '                <p class="orca">Powered By <a href="http://www.orcawebsites.com/" title="ORCA Websites">ORCA Websites</a></p>' },
    { text: '    <!-- Macro Initialisation - Don\'t Touch! -->' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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