Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

RackN Digital Rebar Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#rackn#digitalrebar#panel
Description

RackN Digital Rebar Login Panel - Detect

What is the "RackN Digital Rebar Login Panel - Detect"?

The "RackN Digital Rebar Login Panel - Detect" module is designed to detect the presence of the RackN Digital Rebar login panel. This module is used to identify misconfigurations or vulnerabilities related to the login panel of the RackN Digital Rebar software.

This module has an informative severity level, which means it provides valuable information but does not pose an immediate threat.

Author: c-sh0

Impact

This module does not have any direct impact on the system. It is solely used for detection purposes and does not perform any actions or modifications.

How does the module work?

The module works by sending an HTTP GET request to the "/ui" path of the target system. It then applies matching conditions to determine if the RackN Digital Rebar login panel is present.

Example HTTP request:

GET /ui

The module uses the following matching conditions:

- Status: The response status code must be 200. - Body: The response body must contain the phrase "Digital Rebar".

If both matching conditions are met, the module reports the detection of the RackN Digital Rebar login panel.

Reference:

- https://docs.rackn.io/ - https://docs.rackn.io/en/latest/doc/server.html#ports

Metadata:

max-request: 2

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/ui
Matching conditions
status: 200and
word: Digital Rebar
Passive global matcher
No matching conditions.
On match action
Report vulnerability