# 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 " # 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: '' }, # Powered by link { text: '
Powered by : Zones Web Solution &' }, ] end