38 lines
832 B
YAML
38 lines
832 B
YAML
id: zimbra-web-client
|
|
|
|
info:
|
|
name: Zimbra Web Client - Sign In
|
|
author: dhiyaneshDk,idealphase
|
|
severity: info
|
|
description: Zimbra provides open source server and client software for messaging and collaboration.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/7409
|
|
- https://www.zimbra.com/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Zimbra Web Client Sign In"
|
|
tags: edb,panel,zimbra
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/zimbraAdmin/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Zimbra Administration</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'AjxPackage\.setQueryString\("v=(.+)"\);'
|