Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "DQS Superadmin Login Panel - Detect" module is designed to detect the presence of the DQS Superadmin login panel. This module is used to identify potential misconfigurations or vulnerabilities related to the login panel. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat. The original author of this module is Hardik-Solanki.
This module does not directly impact the system or software being scanned. Instead, it provides information about the presence of the DQS Superadmin login panel, which can help identify potential security risks or configuration issues.
The module works by sending an HTTP GET request to the "/#/login" path. It then applies matching conditions to determine if the DQS Superadmin login panel is present. The matching conditions include checking for the presence of the words "DQS | Superadmin" in the response and verifying that the HTTP status code is 200 (OK).
Here is an example of the HTTP request:
GET /#/login
The matching conditions for this module are:
- Check if the response contains the words "DQS | Superadmin" - Check if the HTTP status code is 200If both conditions are met, the module will report the detection of the DQS Superadmin login panel.