Sha256: edcc34f711f65bb9470bb593765239b8c89cd6d9c7ad027c9e05273f186e7617

Contents?: true

Size: 1.36 KB

Versions: 6

Compression:

Stored size: 1.36 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 "Pre-Printing-Press" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-03-19
  @version = "0.1"
  @description = "A complete printing press website script contains all features required for online printing business. Developed in PHP, MYSQL and Flash AS3, with all browsers compatibility and easy to navigate."
  @website = "http://www.preprojects.com/printing.asp"

  # Google results as at 2012-03-19 #
  # 2 for "Copyright PreProjects.com All Rights Reserved" inurl:"product_desc.php?pid"

  # Dorks #
  @dorks = [
    '"Copyright PreProjects.com All Rights Reserved" inurl:"product_desc.php?pid"'
  ]

  # Matches #
  @matches = [

    # select id="mylist" name="mylist"
    { text: '<p align="left"><select id="mylist" name="mylist" onchange = "go()" style="font-family:' },

    # input id="ib_attrib_disk_quantity-2"
    { text: '<input id="ib_attrib_disk_quantity-2" type="radio" onClick="showsubcat(this.value)" value="olduser" name="allusers" />' },

    # Copyright Footer
    { text: '<div align="center">&copy; Copyright PreProjects.com All Rights Reserved</div>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/pre-printing-press.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/pre-printing-press.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/pre-printing-press.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/pre-printing-press.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/pre-printing-press.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/pre-printing-press.rb