2022-03-22 06:07:45 +00:00
id : open-virtualization-manager-detect
info :
2022-04-11 14:42:35 +00:00
name : Open Virtualization Manager Detection
2022-03-22 06:07:45 +00:00
author : idealphase
severity : info
2022-04-11 14:42:35 +00:00
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.
2022-03-22 06:07:45 +00:00
metadata :
shodan-query : title:"Ovirt-Engine"
google-query : intitle:"Ovirt-Engine"
reference :
- https://www.ovirt.org/
- https://www.ovirt.org/dropped/admin-guide/virt/console-client-resources.html
2022-04-11 14:42:35 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score : 5.3
cve-id :
cwe-id : CWE-200
2022-03-22 06:07:45 +00:00
tags : tech,ovirt
requests :
- method : GET
path :
- '{{BaseURL}}/ovirt-engine/'
matchers-condition : and
matchers :
- type : word
words :
- "Welcome to Open Virtualization Manager"
- "<title>Ovirt-Engine</title>"
2022-03-23 07:37:14 +00:00
- "<title>oVirt Engine</title>"
- "<title>oVirt Engine Error</title>"
condition : or
2022-03-22 06:07:45 +00:00
extractors :
- type : regex
group : 1
regex :
2022-03-22 06:08:41 +00:00
- '<span class="version-text">(.+)<\/span>'
2022-04-11 14:42:35 +00:00
# Enhanced by mp on 2022/04/08