40 lines
938 B
YAML
40 lines
938 B
YAML
id: opennebula-panel
|
|
|
|
info:
|
|
name: OpenNebula Login Panel - Detect
|
|
author: kh4sh3i
|
|
severity: info
|
|
description: |
|
|
OpenNebula login panel was detected.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"opennebula"
|
|
tags: panel,opennebula,cloud
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'OpenNebula'
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100a556a955262e2346ee725e9d8276e931a1424d6e5c171d6f16ed7c6baddf6d71022100dc49c010b799a5e46a1305b8b748a3a275f74e88faabd13031b75444c3ce8740:922c64590222798bb761d5b6d8e72950
|