nuclei-templates/technologies/couchdb-detect.yaml

20 lines
437 B
YAML
Raw Normal View History

2020-07-02 13:53:41 +00:00
id: couchdb-detect
info:
name: couchdb detection
author: organiccrap
severity: low
# commonly runs on port 5984/http
requests:
- method: GET
path:
- '{{BaseURL}}/_all_dbs'
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
matchers:
- type: word
words:
- CouchDB/
- Erlang OTP/
part: header
condition: and