nuclei-templates/http/misconfiguration/exposed-kibana.yaml

28 lines
496 B
YAML
Raw Normal View History

2020-07-24 10:13:10 +00:00
id: exposed-kibana
2020-07-24 09:22:22 +00:00
info:
name: Exposed Kibana
author: Shine
severity: medium
metadata:
max-request: 3
tags: kibana,unauth,misconfig
2020-07-24 09:22:22 +00:00
http:
2020-07-24 09:22:22 +00:00
- method: GET
path:
2021-01-14 14:41:56 +00:00
- '{{BaseURL}}'
2023-07-12 05:48:40 +00:00
- '{{BaseURL}}/app/kibana'
2020-07-24 09:22:22 +00:00
- '{{BaseURL}}/app/kibana/'
matchers-condition: and
matchers:
- type: word
words:
2020-07-24 10:13:10 +00:00
- 'kibanaWelcomeView'
- 'kibanaWelcomeLogo'
- 'kibanaWelcomeTitle'
2020-07-24 09:22:22 +00:00
- type: status
status:
2023-07-11 03:09:41 +00:00
- 200