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

43 lines
990 B
YAML
Raw Normal View History

id: zimbra-web-login
info:
name: Zimbra Collaboration Suite Web Client - Sign In
author: powerexploit
severity: info
description: |
Zimbra Collaboration Suite simplifies the communication environment, connects people over multiple channels, and provides a single place to manage collaboration and communication.
reference:
- https://www.zimbra.com/
metadata:
verified: true
shodan-query: http.title:"Zimbra Collaboration Suite"
tags: panel,zimbra
requests:
- method: GET
path:
- "{{BaseURL}}"
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]+)'