Skip to content

Kerio Connect Login Panel - Detect

ID: kerio-connect-client

Severity: info

Author: dhiyaneshDk

Tags: panel,kerio

Kerio Connect login panel was detected.

id: kerio-connect-client
info:
name: Kerio Connect Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Kerio Connect login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:gfi:kerio_connect:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Kerio Connect Client"
product: kerio_connect
vendor: gfi
tags: panel,kerio
http:
- method: GET
path:
- "{{BaseURL}}/webmail/login/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Kerio Connect Client</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100f97dd4e9e7b3cdfbf2b893571e85ed654435e80b5125098719a28a9f787f3f53022100e500c6cc5cef5a5c6841239a3622e1444fb3068b39a783cb65b019e2b01df085:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/kerio-connect-client.yaml"

View on Github