# 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 " # 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: /PHP Support Tickets v([^\s^<]+)<\/a>

/ }, # Title { text: 'PHP Support Tickets :: Login' }, # Meta Copyright { certainty: 75, text: '' }, # HTML Comment { regexp: // }, ] end