Sha256: b267832c6237b570c3b1a48125caf4d4932f8cbd06e714d1dbae7a8167470102

Contents?: true

Size: 1017 Bytes

Versions: 6

Compression:

Stored size: 1017 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 "envezion~media" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-15
  @version = "0.1"
  @description = "envezion~MEDIA makes it possible for the small business owner to you reach your goals through our consulting services."
  @website = "http://envezion.com/"

  # 15 results for "powered by envezion~media" @ 2010-08-15

  # Dorks #
  @dorks = [
    '"powered by envezion~media"'
  ]

  @matches = [

    { text: 'Powered by <a href="http://envezion.com/">envezion~MEDIA</a>' },
    { text: 'Powered by <a href="http://envezion.com/"><strong>envezion~MEDIA</strong></a>' },
    { text: 'Powered by <a href="http://www.envezion.com" target="_blank"><strong> envezion~media</strong></a><br />' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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