Added open-virtualization-manager-detect.yaml
Added open-virtualization-manager-detect.yamlpatch-1
parent
9d42570d7a
commit
5a5b1049d3
|
@ -0,0 +1,36 @@
|
|||
id: open-virtualization-manager-detect
|
||||
|
||||
info:
|
||||
name: Open Virtualization Manager detect
|
||||
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
|
||||
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>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- '<span class="version-text">(.+)<\/span>'
|
Loading…
Reference in New Issue