nuclei-templates/exposed-panels/opennebula-panel.yaml

33 lines
654 B
YAML
Raw Normal View History

id: opennebula-panel
2022-10-24 09:54:46 +00:00
info:
name: OpenNebula Panel Detect
2022-10-24 09:54:46 +00:00
author: kh4sh3i
severity: info
description: |
OpenNebula is an Open Source Cloud Computing Platform to build and manage Enterprise Clouds
reference:
- https://opennebula.io/
- https://github.com/OpenNebula
metadata:
verified: true
2022-10-24 10:22:18 +00:00
shodan-query: http.html:"opennebula"
tags: panel,opennebula,cloud
2022-10-24 09:54:46 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-10-24 11:27:11 +00:00
2022-10-24 09:54:46 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'OpenNebula'
2022-10-24 10:22:18 +00:00
case-insensitive: true
2022-10-24 09:54:46 +00:00
- type: status
status:
2022-10-24 09:57:39 +00:00
- 200