Create zimbra-detect.yaml
parent
6176abacac
commit
1dbc223851
|
@ -0,0 +1,20 @@
|
|||
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:\"(.*?)"'
|
Loading…
Reference in New Issue