38 lines
851 B
YAML
38 lines
851 B
YAML
id: couchbase-sync-gateway
|
|
|
|
info:
|
|
name: Couchbase Sync Gateway
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: html:"Couchbase Sync Gateway"
|
|
tags: tech,couchbase
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Couchbase Sync Gateway"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'version":"Couchbase Sync Gateway\/([0-9.(;a-z)]+)'
|
|
|
|
# digest: 4a0a0047304502200722734c2751dbf6947e94e9dc7e612e74069bf0d4d50fa3408f4692e0a412e4022100a38f3c41a249e9ea9502862e64aab6c906887ee0efbf1d56d15df56b321e2939:922c64590222798bb761d5b6d8e72950
|