Sha256: 7fa5c412663f35f9635737914b8f43bd257509ca6365d0b9235eb8cc3735f8ef
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 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 "Free-Realty" do @author = "Brendan Coles <bcoles@gmail.com>" # 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: /<!--FreeRealty ([^\s]+) -->/ }, # Footer { text: '<font class="foot">This tool is Open Source and released under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a></font>' }, # HTML Comments { text: '<!-- THUS ENDETH THE MAIN CONTENT -->' }, { text: '<!-- HERE BEGINNETH THE FOOTER --><div class="foot">' }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems