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##
7# Version 0.2 # 2016-04-23 # Andrew Horton
8# Moved patterns from passive function to matches[]
9##
10Plugin.define "Kerio-Connect" do
11author "Brendan Coles <bcoles@gmail.com>" # 2011-03-13
12version "0.2"
13description "Kerio Connect (previously Kerio MailServer) is the best email, messaging, collaboration and full groupware single server solution designed for small to medium organizations, offering full support for Outlook, Entourage, Apple Mail and iCal clients and more - Homeage: http://www.kerio.com/connect"
14
15# ShodanHQ results as at 2011-03-13 #
16# 9,241 for Kerio Connect
17# 4,730 for Kerio MailServer
18
19matches [
20	# HTTP Server Header
21	{ :regexp=>/^Kerio/, :search=>"headers[server]" },
22
23	# HTTP Server Header # Version Detect
24	{ :version=>/^Kerio (MailServer|Connect) (.+)$/, :offset=>1, :search=>"headers[server]" },
25
26]
27
28end
29
30