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

27 lines
519 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
metadata:
2021-10-22 17:52:36 +00:00
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