2020-06-19 23:37:41 +00:00
|
|
|
id: elasticsearch
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ElasticSearch Information Disclosure
|
|
|
|
author: Shine
|
|
|
|
severity: low
|
2021-03-18 07:54:36 +00:00
|
|
|
tags: elastic,unauth
|
2020-06-19 23:37:41 +00:00
|
|
|
|
|
|
|
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
|