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

24 lines
391 B
YAML
Raw Normal View History

id: couchdb-exposure
info:
2021-02-05 05:36:46 +00:00
name: couchdb exposure
author: organiccrap
severity: low
2021-04-06 07:25:57 +00:00
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/_all_dbs'
2021-03-30 09:41:26 +00:00
matchers-condition: and
matchers:
- type: word
words:
- CouchDB/
- Erlang OTP/
part: header
2021-03-30 09:41:26 +00:00
condition: and
2021-04-06 07:25:57 +00:00
2021-03-30 09:41:26 +00:00
- type: status
status:
- 200