mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
39 lines
1.0 KiB
Ruby
39 lines
1.0 KiB
Ruby
##
|
|
# 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.
|
|
# https://morningstarsecurity.com/research/whatweb
|
|
##
|
|
Plugin.define do
|
|
name "MYRE-PHP"
|
|
authors [
|
|
"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> <a href='alert.php?action=register'><font class='menu_top'><b><u>Get e-mail alerts</u></b></font></a> " },
|
|
|
|
# HTML Comment
|
|
{ :text=>"<!-- BEGIN: MENU FOOTER don't change anything -->" },
|
|
|
|
]
|
|
|
|
end
|
|
|