Skip to content

RethinkDB Administration Console - Detect

ID: rethinkdb-admin-console

Severity: medium

Author: tess

Tags: misconfig,rethinkdb,console,dashboard

RethinkDB Administration Console was detected.

id: rethinkdb-admin-console
info:
name: RethinkDB Administration Console - Detect
author: tess
severity: medium
description: RethinkDB Administration Console was detected.
reference:
- https://rethinkdb.com/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:969374472
tags: misconfig,rethinkdb,console,dashboard
http:
- method: GET
path:
- '{{BaseURL}}/#dashboard'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'RethinkDB Administration Console'
- type: status
status:
- 200
# digest: 4b0a004830460221009db23144a4e49f8a5b16c200d69da680039a55618c41864f7e0223c20c933e03022100f20f59c203f3579ad61c6f259bdc03db6dde028143a40ce1000a7481e2986b2c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/rethinkdb-admin-console.yaml"

View on Github