Sha256: 8c71916a7d7c97815faf4d3c69b83f9c90a8c9e470f22368ab104f903baf896e

Contents?: true

Size: 1.28 KB

Versions: 6

Compression:

Stored size: 1.28 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
##
# Version 0.2 # 2011-02-25 #
# Updated version detection
##
WhatWeb::Plugin.define "eMeeting-Online-Dating-Software" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-08-30
  @version = "0.2"
  @description = "Dating Software by eMeeting Ltd"
  @website = "http://www.datingscripts.org/"

  # Google results as at 2010-08-30 #
  # 53 for "eMeeting Dating Software Version"

  # Dorks #
  @dorks = [
    '"eMeeting Dating Software Version"'
  ]

  # Matches #
  @matches = [

    # Admin Page # Default Title
    { text: '<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Admin Area Login</title>' },

    # Admin Page # Default h2 Heading
    { text: '				<td valign="bottom"><h2>Admin Area Login</h2></td>' },

    # Powered by text
    { text: '<a href="http://www.datingscripts.org" alt="Dating Software by eMeeting Ltd" target="_blank">Dating Software Powered by eMeeting Ltd</a>' },

    # Version Detection # Powered by text
    { version: /<p>eMeeting Dating Software <strong>Version ([\d\.]+)<\/strong>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/emeeting-online-dating-software.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/emeeting-online-dating-software.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/emeeting-online-dating-software.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/emeeting-online-dating-software.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/emeeting-online-dating-software.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/emeeting-online-dating-software.rb