1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "Cerberus-Helpdesk" do
8author "Brendan Coles <bcoles@gmail.com>" # 2012-10-22
9version "0.1"
10description "Cerberus Helpdesk - fast and flexible web-based platform for business collaboration and automation"
11website "http://www.cerberusweb.com/"
12
13# Google results as at 2012-10-06 #
14# 16 for inurl:CerberusPublicGUI
15
16# ShodanHQ results as at 2012-10-06 #
17# 42 for CerberusPublicGUI
18
19# Dorks #
20dorks [
21'inurl:CerberusPublicGUI'
22]
23
24
25
26# Matches #
27matches [
28
29# CerberusPublicGUI Cookie
30{ :search=>"headers[set-cookie]", :regexp=>/CerberusPublicGUI=[a-f\d]{32};/ },
31
32# HTML Comment
33{ :text=>'<!-- If you have your own stylesheet for HTML elements, you can remove the cerberus-html.css link -->' },
34
35# articles link
36{ :text=>'<td width="519" class="kb_most_viewed_articles">Most Viewed Knowledgebase Articles</td>' },
37
38]
39
40end
41
42