# 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 "MYRE-PHP" do @author = "Brendan Coles " # 2011-09-12 @version = "0.1" @description = "MYREPHP - MYRE Real Estate Software, MYRE Holiday Rental Manager, MYRE Realty Manager and MYRE Classifieds scripts" @website = "http://www.myrephp.com/" # Google results as at 2011-09-12 # # 12 for "My Last Viewed" "Get e-mail alerts" +MYREPHP # Dorks # @dorks = [ '"My Last Viewed" "Get e-mail alerts" "MYREPHP"' ] # Matches # @matches = [ # Menu { text: "My Last Viewed  Get e-mail alerts  " }, # HTML Comment { text: "" }, ] end