nuclei-templates/http/misconfiguration/installer/openshift-installer-panel.yaml

38 lines
799 B
YAML
Raw Normal View History

id: openshift-installer-panel
2022-10-26 22:18:57 +00:00
info:
name: OpenShift Assisted Installer Panel - Detect
2022-10-26 22:18:57 +00:00
author: DhiyaneshDk
2023-02-06 16:47:09 +00:00
severity: medium
description: OpenShift Assisted Installer panel was detected.
classification:
2023-02-06 16:47:09 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L
cvss-score: 4.6
2023-01-27 14:57:27 +00:00
cwe-id: CWE-284
2022-10-26 22:18:57 +00:00
metadata:
max-request: 1
2022-10-26 22:18:57 +00:00
verified: true
shodan-query: title:"OpenShift Assisted Installer"
tags: panel,openshift,cluster,misconfig
2022-10-26 22:18:57 +00:00
http:
2022-10-26 22:18:57 +00:00
- method: GET
path:
- '{{BaseURL}}/clusters'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'OpenShift Assisted Installer'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200