Sha256: a4f37ac890155c0d1cd17009d8a864cc6e6462ab052f79ebe18cd011c2f7b9d0

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
##
WhatWeb::Plugin.define "Adobe-Connect" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-03-05
  @version = "0.1"
  @description = "Adobe Connect is an enterprise web conferencing solution for online meetings, eLearning, and webinars used by leading corporations and government agencies."
  @website = "https://www.adobe.com/products/adobeconnect.html"

  # ShodanHQ results as at 2011-03-13 #
  # 2,459 for BREEZESESSION

  # Matches #
  @matches = [

    # JavaScript
    { text: '<script src="/common/scripts/showContent.js"></script><script type="text/javascript" src="/common/scripts/breezeUI.js"></script><script>' },

    # Help Link # Version Detection
    { version: /<a class="loginHelp" title="([^\s^\"]+)" target="_blank" href="\/common\/help\/[^\/]+\/go\/login_ts\.html"( target="_blank")?>Help<\/a>/ },

    # BREEZESESSION Cookie
    { search: "headers[BREEZESESSION]", regexp: /BREEZESESSION=breez[^;]+;/ },

    # /favicon.ico
    { url: "/favicon.ico", md5: "b93d28579e6a42ca452c35e8f1eb23ea" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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