nuclei-templates/exposed-panels/openshift-installer-panel.yaml

32 lines
572 B
YAML
Raw Normal View History

id: openshift-installer-panel
2022-10-26 22:18:57 +00:00
info:
name: OpenShift Assisted Installer
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"OpenShift Assisted Installer"
tags: panel,openshift,cluster
2022-10-26 22:18:57 +00:00
requests:
- 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