nuclei-templates/vulnerabilities/couchdb-adminparty.yaml

27 lines
598 B
YAML

id: couchdb-adminparty
info:
name: couchdb admin party
author: organiccrap
severity: high
# commonly runs on port 5984/http
requests:
- method: GET
path:
- '{{BaseURL}}/_users/_all_docs'
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
matchers-condition: and
matchers:
- type: word
words:
- CouchDB/
- Erlang OTP/
part: header
condition: and
- type: word
words:
- total_rows
- offset
part: body
condition: and