Skip to content

RackN Digital Rebar Login Panel - Detect

ID: digitalrebar-login

Severity: info

Author: c-sh0

Tags: rackn,digitalrebar,panel

RackN Digital Rebar login panel was detected.

id: digitalrebar-login
info:
name: RackN Digital Rebar Login Panel - Detect
author: c-sh0
severity: info
description: RackN Digital Rebar login panel was detected.
reference:
- https://docs.rackn.io/
- https://docs.rackn.io/en/latest/doc/server.html#ports
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:rackn:digital_rebar:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: rackn
product: digital_rebar
tags: rackn,digitalrebar,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/ui"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- 'Digital Rebar'
# digest: 4a0a00473045022100b89e95b14b70b3ae6ce32fb0cac81d6a1bb456b8a12600d715bc0adec7ecf6ef0220085eb3e8dfce468ec52a1601d20442efe4aaaae491fa1a59a98660b86a2ea298: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/exposed-panels/digitalrebar-login.yaml"

View on Github