Create couchbase-buckets-rest-api.yaml

patch-1
Prince Chaddha 2021-08-19 14:56:35 +05:30 committed by GitHub
parent bc1bf5d919
commit d10c81b2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: couchbase-buckets-rest-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'