35 lines
902 B
YAML
35 lines
902 B
YAML
id: vmware-cloud-director
|
|
|
|
info:
|
|
name: VMware Cloud Director Login Panel - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
description: VMware Cloud Director login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Welcome to VMware Cloud Director"
|
|
tags: panel,vmware
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Welcome to VMware Cloud Director</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402207b59e7d2d9d594245cd3ee0348a1f8a610dff7bbb2749225006e32ba1bff866602206293f147444e8802eadfa989b5b8997e3e993b9efae500b7d76811af03e12786:922c64590222798bb761d5b6d8e72950
|