Sha256: 59c161a3c3e218c2e549e020a46ff146ef5f05279bb37d9b08c9b396c9f248d7

Contents?: true

Size: 1.07 KB

Versions: 6

Compression:

Stored size: 1.07 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 "Zones-Web-Solution" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-07-27
  @version = "0.1"
  @description = "This plugin identifies websites designed by Zones Web Solution"
  @website = "http://www.zones.in/"

  # Google results as at 2011-07-27 #
  # 16 for "Powered By : Zones Web Solution" "inurl:index.php?manufacturers_id="

  # Dorks #
  @dorks = [
    '"Powered By : Zones Web Solution" "inurl:index.php?manufacturers_id='
  ]

  # Matches #
  @matches = [

    # Meta Author
    { text: '<meta name="author" content="Vikas Madaan (http://madaan.zones.in) - Zones Web Solution (www.zones.in), Visit http://www.zones.in for more info">' },

    # Powered by link
    { text: '<br>Powered by : <a href="http://www.zones.in" target="_blank">Zones Web Solution</a> &amp;' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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