# 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 "Free-Realty" do @author = "Brendan Coles " # 2012-05-15 @version = "0.1" @description = "Free Realty is primarily designed for real estate agents and offices to list properties on the internet." @website = "http://freerealty.rwcinc.net/" # Google results as at 2012-05-15 # # 19 for inurl:"propview.php" "equal housing logo This tool is Open Source and released under the GPL " # Dorks # @dorks = [ 'inurl:"propview.php" "equal housing logo This tool is Open Source and released under the GPL"' ] # Matches # @matches = [ # HTML Comment # Version Detection { version: // }, # Footer { text: 'This tool is Open Source and released under the GPL' }, # HTML Comments { text: '' }, { text: '
' }, ] end