nuclei-templates/files/exposed-kibana.yaml

26 lines
498 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
requests:
- method: GET
path:
- '{{BaseURL}}/'
- '{{BaseURL}}:5601/'
- '{{BaseURL}}/app/kibana/'
- '{{BaseURL}}:5601/app/kibana/'
matchers-condition: and
matchers:
- type: word
words:
2020-07-24 10:13:10 +00:00
- 'kibanaWelcomeView'
- 'cluster_uuid'
- 'kibanaWelcomeLogo'
- 'kibanaWelcomeTitle'
2020-07-24 09:22:22 +00:00
- type: status
status:
2020-07-24 10:13:10 +00:00
- 200