27 lines
479 B
YAML
27 lines
479 B
YAML
id: exposed-kibana
|
|
|
|
info:
|
|
name: Exposed Kibana
|
|
author: Shine
|
|
severity: medium
|
|
tags: kibana,unauth
|
|
metadata:
|
|
max-request: 2
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/app/kibana/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'kibanaWelcomeView'
|
|
- 'cluster_uuid'
|
|
- 'kibanaWelcomeLogo'
|
|
- 'kibanaWelcomeTitle'
|
|
- type: status
|
|
status:
|
|
- 200 |