nuclei-templates/technologies/zimbra-detect.yaml

21 lines
477 B
YAML
Raw Normal View History

2022-10-11 13:26:12 +00:00
id: zimbra-detect
info:
name: Zimbra Detection
author: UdinChan
severity: info
description: Send a GET request to js file on Zimbra server to obtain version information
tags: tech,jsfile,zimbra
requests:
- method: GET
path:
- "{{BaseURL}}/js/zimbraMail/share/model/ZmSettings.js"
extractors:
- type: regex
part: body
group: 1
regex:
- 'CLIENT_VERSION\", {type:ZmSetting.T_CONFIG, defaultValue:\"(.*?)"'