Ethical Hacking Automation

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

DQS Superadmin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#dqs#superadmin
Description

What is the "DQS Superadmin Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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 200

If both conditions are met, the module will report the detection of the DQS Superadmin login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/#/login
Matching conditions
word: DQS | Superadminand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability