Sha256: 756f94906cecafa0f76e4532c89784073b551062ad7ceece1983144499d913ed

Contents?: true

Size: 1.81 KB

Versions: 6

Compression:

Stored size: 1.81 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 "EMO-Realty-Manager" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-07-25
  @version = "0.1"
  @description = "EMO Realty Manager is a full PHP/MySQL content management system for property companies, real estate agents or FSBO site."
  @website = "http://www.emophp.com/"

  # Google results as at 2010-07-25 #
  # 15 for "powered by EMO Realty Manager"

  # Dorks #
  @dorks = [
    '"powered by EMO Realty Manager"'
  ]

  @matches = [

    # <td align='left'>&copy; 2010 Emophp.COM</td><td align='right'><a href='http://emophp.com/' target=_blank>Powered by Emo Realty Manager</a></td></tr></table><br></center>
    # <td align='left'>Copyright © 2007 Emophp.com</td><td align='right'><a href=http://emophp.com/>Powered by EMO Realty Manager</a></td></tr></table><br>
    # <td align='left'>Copyright © 2007 Emophp.com</td><td align='right'><a href=http://emophp.com/>Powered by EMO Realty Manager</a></td></tr></table><br>
    # <td align='left'>Copyright © 2006 Emophp.COM</td><td class='text8' align='right'>Powered by <a href='http://emophp.com'>EMO Realty Manager</a></td></tr></table><br>

    { regexp: /[0-9]{4} Emophp.[com|COM]*<\/td><td[\ class='text8']* align='right'><a href=[\']*http:\/\/emophp.com[\/]*[\']*[\ target=_blank]*>Powered by [EMO|Emo]+ Realty Manager<\/a><\/td><\/tr><\/table><br>/ },

    { regexp: /[0-9]{4} Emophp.[com|COM]*<\/td><td[\ class='text8']* align='right'>Powered by <a href=[\']*http:\/\/emophp.com[\/]*[\']*[\ target=_blank]*>[Emo|EMO]+ Realty Manager<\/a><\/td><\/tr><\/table><br>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/emo-realty-manager.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/emo-realty-manager.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/emo-realty-manager.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/emo-realty-manager.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/emo-realty-manager.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/emo-realty-manager.rb