27 lines
500 B
YAML
27 lines
500 B
YAML
id: rethinkdb-admin-console
|
|
|
|
info:
|
|
name: RethinkDB Administration Console
|
|
author: tess
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.favicon.hash:969374472
|
|
tags: misconfig,rethinkdb,console,dashboard
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/#dashboard'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'RethinkDB Administration Console'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|