nuclei-templates/misconfiguration/elasticsearch.yaml

22 lines
363 B
YAML
Raw Normal View History

2020-06-19 23:37:41 +00:00
id: elasticsearch
info:
name: ElasticSearch Information Disclosure
author: Shine
severity: low
requests:
- method: GET
path:
- '{{BaseURL}}/_cat/indices?v'
- '{{BaseURL}}/_all/_search'
2020-07-08 08:45:37 +00:00
matchers-condition: and
2020-06-19 23:37:41 +00:00
matchers:
- type: word
words:
- '"took":'
- type: status
status:
- 200