Sha256: 604e514c274465bd1199b6e04e3a30440fa8b54b8ee58f6b104e0e694a800384

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 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 "MYRE-PHP" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 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: "<td align=right><a href='links_view.php'><font class='menu_top'><b><u>My Last Viewed</u></b></font></a>&nbsp;&nbsp;<a href='alert.php?action=register'><font class='menu_top'><b><u>Get e-mail alerts</u></b></font></a>&nbsp;&nbsp;" },

    # HTML Comment
    { text: "<!-- BEGIN: MENU FOOTER don't change anything -->" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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