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

28 lines
523 B
YAML
Raw Normal View History

2021-10-17 10:50:33 +00:00
id: zimbra-web-client
info:
2021-10-17 11:24:39 +00:00
name: Zimbra Web Client - Sign In
2021-10-17 10:50:33 +00:00
author: dhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/7409
2021-10-17 10:50:33 +00:00
metadata:
shodan-query: http.title:"Zimbra Web Client Sign In"
2022-01-03 16:06:23 +00:00
tags: panel,zimbra
2021-10-17 10:50:33 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/zimbraAdmin/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Zimbra Administration</title>"
- type: status
status:
- 200