Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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
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.
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#portsMetadata:
max-request: 2