Sha256: 793b2640ceb5e241261b24c94b3b9e84c3a9608a2c608f5c73c5f2ccceffb6ac

Contents?: true

Size: 1.54 KB

Versions: 6

Compression:

Stored size: 1.54 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-24 #
# Updated version detection
##
WhatWeb::Plugin.define "Kayako-SupportSuite" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-09-24
  @version = "0.2"
  @description = "We offer all of our helpdesk solutions as licensed products (install and host it yourself) or as help desk hosting services."
  @website = "http://www.kayako.com/"

  # Google results as at 2010-09-24 #
  # 314 for "powered by Kayako eSupport"

  # Dorks #
  @dorks = [
    '"powered by Kayako eSupport"'
  ]

  # Matches #
  @matches = [

    # Default title
    { text: ' - Powered By Kayako eSupport</title>' },

    # Login page # Powered by text
    { regexp: /<span class="smalltext"><font color="#333333">Powered by e(Support|SupportSuite)<br\/>Copyright &copy; 2001-[0-9]{4} Kayako Infotech Ltd.<\/font><\/span><br \/>/ },

    # Version Detection
    { version: /<a href="http:\/\/www.kayako.com" target="_blank">Help Desk Software By Kayako eSupport v([\d\.]+)<\/a>/ },

    { version: /<a href="http:\/\/www.kayako.com" target="_blank" title="Help Desk Software">Help Desk Software<\/a>&nbsp;by Kayako SupportSuite v([\d\.]+)/ },

    { version: /<td width="144" align="left" valign="top"><span class="smalltext"><font color="#333333">([\d\.]+)<\/font><\/span><\/td>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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