Create zimbra-detect.yaml

patch-1
Jaenudin Maulana Marpaung 2022-10-11 20:26:12 +07:00 committed by GitHub
parent 6176abacac
commit 1dbc223851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -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:\"(.*?)"'