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

38 lines
828 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
author: dhiyaneshDk,idealphase
2021-10-17 10:50:33 +00:00
severity: info
description: Zimbra provides open source server and client software for messaging and collaboration.
reference:
- https://www.exploit-db.com/ghdb/7409
- https://www.zimbra.com/
2021-10-17 10:50:33 +00:00
metadata:
verified: true
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
extractors:
- type: regex
part: body
group: 1
regex:
- 'AjxPackage\.setQueryString\("v=(.+)"\);'