26 lines
498 B
YAML
26 lines
498 B
YAML
|
id: exposed-kibana
|
||
|
|
||
|
info:
|
||
|
name: Exposed Kibana
|
||
|
author: Shine
|
||
|
severity: medium
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/'
|
||
|
- '{{BaseURL}}:5601/'
|
||
|
- '{{BaseURL}}/app/kibana/'
|
||
|
- '{{BaseURL}}:5601/app/kibana/'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'kibanaWelcomeView'
|
||
|
- 'cluster_uuid'
|
||
|
- 'kibanaWelcomeLogo'
|
||
|
- 'kibanaWelcomeTitle'
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|