Sha256: 7d0510b9eba4b256a17a35ea2de837b72894ca5018b7120060060211441a4364

Contents?: true

Size: 939 Bytes

Versions: 6

Compression:

Stored size: 939 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
##
# Version 0.2 # 2016-04-17 # Andrew Horton
# Added description. Added website parameter
##

WhatWeb::Plugin.define "Zylone-IT" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-10-12
  @version = "0.2"
  @description = "Zylone IT is an IT company in Singapore providing web design, web solutions and internet marketing."
  @website = "http://www.zylone.com/"

  # Google results as at 2010-10-12 $
  # 50 for "powered by Zylone IT" -Vulnerability

  # Dorks #
  @dorks = [
    '"powered by Zylone IT" -Vulnerability'
  ]

  @matches = [

    # Powered by text
    { regexp: /Powered by[:]? <a href="http:\/\/www.zylone.com[\/]*[^>]+>Zylone IT/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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