nuclei-templates/technologies/couchbase-sync-gateway.yaml

35 lines
641 B
YAML
Raw Normal View History

2021-12-21 16:21:40 +00:00
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:
2021-12-22 07:31:43 +00:00
- "{{BaseURL}}"
2021-12-21 16:21:40 +00:00
matchers-condition: and
matchers:
- type: word
2021-12-22 07:25:17 +00:00
part: body
2021-12-21 16:21:40 +00:00
words:
- "Couchbase Sync Gateway"
condition: and
- type: word
2021-12-22 07:25:17 +00:00
part: header
2021-12-21 16:21:40 +00:00
words:
- "application/json"
2021-12-22 07:25:17 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- 'version":"Couchbase Sync Gateway\/([0-9.(;a-z)]+)'