24 lines
445 B
YAML
24 lines
445 B
YAML
id: elasticsearch
|
|
|
|
info:
|
|
name: ElasticSearch Information Disclosure
|
|
author: Shine
|
|
severity: low
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/_cat/indices?v'
|
|
- '{{BaseURL}}:9200/_cat/indices?v'
|
|
- '{{BaseURL}}/_all/_search'
|
|
- '{{BaseURL}}:9200/_all/_search'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"took":'
|
|
- type: status
|
|
status:
|
|
- 200
|