Delete zimbra-detect.yaml

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

View File

@ -1,20 +0,0 @@
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:\"(.*?)"'