nuclei-templates/exposed-panels/couchdb-exposure.yaml

24 lines
391 B
YAML

id: couchdb-exposure
info:
name: couchdb exposure
author: organiccrap
severity: low
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/_all_dbs'
matchers-condition: and
matchers:
- type: word
words:
- CouchDB/
- Erlang OTP/
part: header
condition: and
- type: status
status:
- 200