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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,zimbra
|
2022-10-11 13:26:12 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-11 13:26:12 +00:00
|
|
|
- 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:\"(.*?)"'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502204026455a1afa6c8cc2aad9dc1c537b32defa2c862bb1ecf8f649687ee3327a6402210098f6238234aec256f0808f4e94902079d9f3da5518614200d5bd2c28c34fd1c4:922c64590222798bb761d5b6d8e72950
|