nuclei-templates/technologies/zimbra-detect.yaml

33 lines
709 B
YAML
Raw Normal View History

2022-10-11 13:26:12 +00:00
id: zimbra-detect
info:
2022-10-14 09:00:26 +00:00
name: Zimbra Detect
2022-10-11 13:26:12 +00:00
author: UdinChan
severity: info
2022-10-14 09:03:12 +00:00
description: Send a GET request to js file on Zimbra server to obtain version information
2022-10-14 09:00:26 +00:00
tags: tech,zimbra
2022-10-11 13:26:12 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/js/zimbraMail/share/model/ZmSettings.js"
2022-10-14 09:00:26 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Zimbra Collaboration Suite Web Client"
- type: word
part: header
words:
- "application/x-javascript"
2022-10-11 13:26:12 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- 'CLIENT_VERSION\", {type:ZmSetting.T_CONFIG, defaultValue:\"(.*?)"'