nuclei-templates/http/technologies/zimbra-detect.yaml

35 lines
736 B
YAML

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