Sha256: b0fd0f78b1354b09153ba8f4f5251f87494d6880937d1e927eb5b1597d421367

Contents?: true

Size: 1.16 KB

Versions: 6

Compression:

Stored size: 1.16 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 "Cerberus-Helpdesk" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-10-22
  @version = "0.1"
  @description = "Cerberus Helpdesk - fast and flexible web-based platform for business collaboration and automation"
  @website = "http://www.cerberusweb.com/"

  # Google results as at 2012-10-06 #
  # 16 for inurl:CerberusPublicGUI

  # ShodanHQ results as at 2012-10-06 #
  # 42 for CerberusPublicGUI

  # Dorks #
  @dorks = [
    'inurl:CerberusPublicGUI'
  ]

  # Matches #
  @matches = [

    # CerberusPublicGUI Cookie
    { search: "headers[set-cookie]", regexp: /CerberusPublicGUI=[a-f\d]{32};/ },

    # HTML Comment
    { text: '<!-- If you have your own stylesheet for HTML elements, you can remove the cerberus-html.css link -->' },

    # articles link
    { text: '<td width="519" class="kb_most_viewed_articles">Most Viewed Knowledgebase Articles</td>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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