nuclei-templates/misconfiguration/exposed-kibana.yaml

25 lines
452 B
YAML

id: exposed-kibana
info:
name: Exposed Kibana
author: Shine
severity: medium
tags: kibana,unauth
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/app/kibana/'
matchers-condition: and
matchers:
- type: word
words:
- 'kibanaWelcomeView'
- 'cluster_uuid'
- 'kibanaWelcomeLogo'
- 'kibanaWelcomeTitle'
- type: status
status:
- 200