Ethical Hacking Automation

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

Racksnet Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#racksnet
Description

What is the "Racksnet Login Panel - Detect?"

The "Racksnet Login Panel - Detect" module is designed to detect the presence of the Racksnet login panel. Racksnet is a software used for managing data centers. This module focuses on identifying potential misconfigurations or vulnerabilities in the login panel.

This module has an informative severity level, meaning it provides valuable information without posing an immediate threat.

Author: idealphase

Impact

The detection of the Racksnet login panel does not directly indicate any impact. However, it can help identify potential security risks or configuration issues that may exist within the login panel. Further investigation is recommended to ensure the panel is properly secured.

How does the module work?

The "Racksnet Login Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the presence of the Racksnet login panel. It performs the following checks:

- Checks if the response body contains the phrase "My Datacenter - Login". - Verifies that the HTTP response status is 200 (OK).

If both conditions are met, the module considers the Racksnet login panel to be detected.

Example HTTP request:

GET / HTTP/1.1
Host: example.com

Matching conditions:

- Response body must contain the phrase "My Datacenter - Login". - HTTP response status must be 200 (OK).

For more information about Racksnet, you can visit their official website:

- https://racksnet.com/en/ - https://racksnet.com/en/product-overview/

Metadata:

- Max request: 1 - Shodan query: http.title:

Module preview

Concurrent Requests (0)
Passive global matcher
word: My Datacenter - Loginand
status: 200
On match action
Report vulnerability