nuclei-templates/http/exposed-panels/zimbra-web-login.yaml

50 lines
1.2 KiB
YAML

id: zimbra-web-login
info:
name: Zimbra Collaboration Suite Login Panel - Detect
author: powerexploit
severity: info
description: |
Zimbra Collaboration Suite panel was detected. Zimbra Collaboration Suite simplifies the communication environment, connects people over multiple channels, and provides a single place to manage collaboration and communication.
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
reference:
- https://www.zimbra.com/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Zimbra Collaboration Suite"
tags: panel,zimbra
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Zimbra Collaboration Suite Log In"
- "Zimbra Web Client Sign In"
- "Zimbra Web Client Log In"
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'v=([0-9]+)'
# Enhanced by mp on 2023/01/29