Create couchbase-sync-gateway.yaml
parent
b23e95abe8
commit
2baf5e58a9
|
@ -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
|
Loading…
Reference in New Issue