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

39 lines
760 B
YAML
Raw Normal View History

id: opennebula-panel
2022-10-24 09:54:46 +00:00
info:
name: OpenNebula Login Panel - Detect
2022-10-24 09:54:46 +00:00
author: kh4sh3i
severity: info
description: |
OpenNebula login panel was detected.
2022-10-24 09:54:46 +00:00
reference:
- https://opennebula.io/
- https://github.com/OpenNebula
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.0
cwe-id: CWE-200
2022-10-24 09:54:46 +00:00
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
# Enhanced by md on 2022/12/02