43 lines
1.6 KiB
YAML
43 lines
1.6 KiB
YAML
id: open-virtualization-manager-panel
|
|
|
|
info:
|
|
name: Open Virtualization Userportal & Webadmin Panel Detection
|
|
author: idealphase
|
|
severity: info
|
|
description: Open Virtualization Userportal & Webadmin panels were detected. Open Virtualization Manager is an open-source distributed virtualization solution designed to manage enterprise infrastructure. oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, Gluster, PatternFly, and Ansible.
|
|
reference:
|
|
- https://www.ovirt.org/
|
|
- https://www.ovirt.org/dropped/admin-guide/virt/console-client-resources.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-668
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: title:"Ovirt-Engine"
|
|
google-query: intitle:"Ovirt-Engine"
|
|
tags: panel,ovirt,oss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/ovirt-engine/userportal/'
|
|
- '{{BaseURL}}/ovirt-engine/webadmin/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"application_title":"oVirt Engine User Portal"'
|
|
- '"application_title":"oVirt Engine Web Administration"'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '"application_title":"(([a-zA-Z]+\s)*[a-zA-Z]+)"'
|
|
# digest: 4a0a00473045022020f10b4336f59b997947768cd2f4a16923f435f958b37930d9b1de4a98fbd69e0221009699e57b4d5d53a8dca3fdd10e03f90407d784007f4896973802c5c249c656f8:922c64590222798bb761d5b6d8e72950 |