Sha256: 490b55fed99776dae2af72f654b79e281fb1c543eec75469f26c079a24532042

Contents?: true

Size: 1.46 KB

Versions: 6

Compression:

Stored size: 1.46 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 "PHP-Support-Tickets" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-09-12
  @version = "0.1"
  @description = "PHP Support Tickets - PHP5 / MySQL helpdesk system."
  @website = "http://www.phpsupporttickets.com/"

  # Google results as at 2011-09-12 #
  # 10 for "PHP Support Tickets" "Log In" intitle:"PHP Support Tickets :: Login"

  # Dorks #
  @dorks = [
    '"PHP Support Tickets" "Log In" intitle:"PHP Support Tickets :: Login"'
  ]

  # Matches #
  @matches = [

    # Version Detection # Footer
    { version: /<a href="http:\/\/www\.phpsupporttickets\.com" target="_blank" title="php support tickets">PHP Support Tickets v([^\s^<]+)<\/a><br \/><br \/>/ },

    # Title
    { text: '<title>PHP Support Tickets :: Login</title>' },

    # Meta Copyright
    { certainty: 75, text: '<meta name="copyright"   content="Triangle Solutions Ltd" />' },

    # HTML Comment
    { regexp: /<!--<td class="boxborder list-menu" width="10%"><a href="javascript:popwindow\('help\.php#userpage','top=150,left=300,width=400,height=400,buttons=no,scrollbars=YES,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no'\)" title="Help popup">Help<\/a><\/td>-->/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/php-support-tickets.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/php-support-tickets.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/php-support-tickets.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/php-support-tickets.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/php-support-tickets.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/php-support-tickets.rb