## # 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 "phpMyRealty" authors [ "Brendan Coles ", # 2011-08-19 ] version "0.1" description "phpMyRealty - customizable real estate web application - Requires: PHP" website "http://www.phpmyrealty.com/" # Google results as at 2011-08-19 # # 374 for intext:Sort By: Submission Date | Bedrooms | Bathrooms | Price (ASC) | Price (DESC) # 241 for "Powered by phpMyRealty Professional" # Dorks # dorks [ '"Powered by phpMyRealty Professional"' ] # Matches # matches [ # HTML Comment { :text=>'' }, # Powered by text { :text=>'Powered by phpMyRealty Professional' }, # Admin page { :text=>'  Administrator Control Panel' }, ] end