diff --git a/technologies/zimbra-detect.yaml b/technologies/zimbra-detect.yaml deleted file mode 100644 index 2199f636dc..0000000000 --- a/technologies/zimbra-detect.yaml +++ /dev/null @@ -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:\"(.*?)"'