Sha256: f07c24a52fa5176c90fe6cb7e7418d1ec9f5ecff1edbf6bcd82440b30239bc05

Contents?: true

Size: 809 Bytes

Versions: 6

Compression:

Stored size: 809 Bytes

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 "Avaya-Aura-Utility-Server" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-08-26
  @version = "0.1"
  @description = "Avaya Aura Utility Server"
  @website = "http://www.avaya.com/"

  # Matches #
  @matches = [

    # / # span class="vmsTitle"
    { text: '<span class="vmsTitle">Avaya Aura&#8482;&nbsp;Utility Server</span>' },

    # / # help link
    { text: '<div id="topBar"><div id="topBarLeft"><a href="#" class="helpAndExit" onclick="window.open(\'/webhelp/Base/Utility_toc.htm' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/avaya-aura-utility-server.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/avaya-aura-utility-server.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/avaya-aura-utility-server.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/avaya-aura-utility-server.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/avaya-aura-utility-server.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/avaya-aura-utility-server.rb