nuclei-templates/exposures/apis/couchbase-buckets-api.yaml

34 lines
742 B
YAML

id: couchbase-buckets-api
info:
name: Couchbase Buckets REST API - Unauthenticated
author: geeknik
severity: info
reference:
- https://docs.couchbase.com/server/current/rest-api/rest-bucket-intro.html
- https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-couchbase-bucket.html
tags: exposure,couchbase
requests:
- method: GET
path:
- "{{BaseURL}}/pools/default/buckets"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"couchbase":'
- '"bucket":'
- '"data":'
condition: and
- type: word
part: header
words:
- 'application/json'