diff --git a/technologies/couchbase-sync-gateway.yaml b/technologies/couchbase-sync-gateway.yaml new file mode 100644 index 0000000000..3ab0ebe43d --- /dev/null +++ b/technologies/couchbase-sync-gateway.yaml @@ -0,0 +1,27 @@ +id: couchbase-sync-gateway + +info: + name: Couchbase Sync Gateway + author: dhiyaneshDk + severity: info + metadata: + shodan-query: html:"Couchbase Sync Gateway" + tags: tech,couchbase + +requests: + - method: GET + path: + - "{{BaseURL}}/" + + matchers-condition: and + matchers: + - type: word + words: + - "Couchbase Sync Gateway" + part: body + condition: and + + - type: word + words: + - "application/json" + part: header