Sha256: 7a31cc294615b7b2af0f3d61ccad53d5eb3715aad9724ad35fe357f749544a30

Contents?: true

Size: 1.17 KB

Versions: 6

Compression:

Stored size: 1.17 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 "AJ-Auction-Pro" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-02-28
  @version = "0.1"
  @description = "AJ Auction is a PHP-based Auction portal software which is a simple to use auction portal script with an effective administrative interface. You can control every aspect of your website through this all-inclusive user friendly Admin Panel with minimal server requirements."

  # Google results as at 2011-02-28 #
  # 25 for "Powered By AJ Auction Pro" -dork

  # Dorks #
  @dorks = [
    '"Powered By AJ Auction Pro" -dork'
  ]

  # Matches #
  @matches = [

    # GHDB Match
    { certainty: 25, ghdb: '"Powered By AJ Auction Pro"' },

    # Version Detection # Powered by text
    { version: /<td width="16%" class="site_statistics" align="left"><a class="site_statistics" href="http:\/\/www.ajauctionpro.com">Powered By AJ Auction Pro OOPD V([\d\.]{1,5})<\/a><\/td>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/aj-auction-pro.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/aj-auction-pro.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/aj-auction-pro.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/aj-auction-pro.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/aj-auction-pro.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/aj-auction-pro.rb