43 lines
1.5 KiB
YAML
43 lines
1.5 KiB
YAML
id: open-virtualization-manager-detect
|
|
|
|
info:
|
|
name: Open Virtualization Manager Detection
|
|
author: idealphase
|
|
severity: info
|
|
description: Open Virtualization Manager was 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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"Ovirt-Engine"
|
|
google-query: intitle:"Ovirt-Engine"
|
|
tags: tech,ovirt
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/ovirt-engine/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Welcome to Open Virtualization Manager"
|
|
- "<title>Ovirt-Engine</title>"
|
|
- "<title>oVirt Engine</title>"
|
|
- "<title>oVirt Engine Error</title>"
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '<span class="version-text">(.+)<\/span>'
|
|
|
|
# digest: 4a0a00473045022046dcf27a9376713f4070187834d03573f89c2ad4c709d339277f5368f9bb9d27022100ee7f92a3accdf995e35db6869055e7b908dcc0f8aa9afb08c007b9209886698a:922c64590222798bb761d5b6d8e72950
|