nuclei-templates/exposed-panels/kerio-connect-client.yaml

33 lines
680 B
YAML
Raw Normal View History

2021-11-06 17:12:31 +00:00
id: kerio-connect-client
info:
name: Kerio Connect Login Panel - Detect
2021-11-06 17:12:31 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2021-11-06 17:12:31 +00:00
metadata:
shodan-query: http.title:"Kerio Connect Client"
2021-11-08 07:54:18 +00:00
tags: panel,kerio
2021-11-06 17:12:31 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/webmail/login/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Kerio Connect Client</title>"
- type: status
status:
- 200
# Enhanced by md on 2022/11/22