Sha256: e1df15f8f576dcd09e6b4a862bced0ee0b63ed84ebd6214f1469c5879196c594

Contents?: true

Size: 1.43 KB

Versions: 6

Compression:

Stored size: 1.43 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 "Uebimiau-Webmail" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-12-29
  @version = "0.1"
  @description = "Uebimiau Webmail"
  @website = "http://www.uebimiau.org/download.php"

  # Google results as at 2011-01-29 #
  # 41 for "Uebimiau Webmail v3.2.0-2.0" -disclosure

  # Dorks #
  @dorks = [
    '"Uebimiau Webmail v3.2.0-2.0" -disclosure'
  ]

  # Matches #
  @matches = [

    # Version Detection
    { version: /					<td class="info">Uebimiau Webmail v([^<]{1,15})<\/td>/ },

    # Install Page # Default Title
    { text: '<title>Uebimiau ( Installer )</title>', module: "Install Page" },

    # Install Page # Login message
    { text: '<p>You are about to re-install Uebimiau Webmail on you system.<br>Thanks to log with your UebiMiau Admin ID and password to continue.</p>', module: "Install Page" },

    # Default JavaScript HTML
    { text: '<script type="text/javascript" src="themes/default/js/webmail.js"></script>' },

    # Default Meta Keywords
    { text: '<meta name="keywords" content="uebimiau,tdah,uebimiau,webmail,email,mail,client,application,pop3,php,open     source,free,sourceforge,development" />', certainty: 75 },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/uebimiau-webmail.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/uebimiau-webmail.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/uebimiau-webmail.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/uebimiau-webmail.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/uebimiau-webmail.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/uebimiau-webmail.rb