2022-03-22 07:03:15 +00:00
id : open-virtualization-manager-panel
info :
2022-03-27 16:43:08 +00:00
name : Open Virtualization Userportal & Webadmin Panel
2022-03-22 07:03:15 +00:00
author : idealphase
severity : info
description : open-source distributed virtualization solution, designed to manage your entire enterprise infrastructure. oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, Gluster, PatternFly, and Ansible.
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-03-23 07:31:22 +00:00
tags : panel,ovirt,oss
2022-03-22 07:03:15 +00:00
requests :
- 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"'
2022-03-23 07:31:22 +00:00
condition : or
2022-03-22 07:03:15 +00:00
- type : status
status :
- 200
extractors :
- type : regex
group : 1
regex :
- '"application_title":"(([a-zA-Z]+\s)*[a-zA-Z]+)"'