Ethical Hacking Automation

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

X-Proxy Dashboard Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#xproxy#panel
Description

What is the "X-Proxy Dashboard Panel - Detect" module?

The "X-Proxy Dashboard Panel - Detect" module is designed to detect the presence of the X-Proxy Dashboard panel. X-Proxy is a software that provides proxy services, allowing users to browse the internet anonymously. This module focuses on identifying any misconfigurations or vulnerabilities related to the X-Proxy Dashboard panel.

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

Impact

The impact of this module is primarily informational. It helps identify potential security weaknesses or misconfigurations in the X-Proxy Dashboard panel, allowing users to take appropriate actions to secure their system.

How the module works?

The "X-Proxy Dashboard Panel - Detect" module works by sending HTTP requests and analyzing the responses to determine if the X-Proxy Dashboard panel is present. It uses specific matching conditions to identify the presence of the panel.

One of the matching conditions checks the response body for the presence of the HTML title tag with the text "X-Proxy" and the anchor tag with the text "Dashboard". Additionally, it verifies that the HTTP response status is 200, indicating a successful request.

Here is an example of an HTTP request that the module may send:

GET /dashboard HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner

If the matching conditions are met, the module will report the detection of the X-Proxy Dashboard panel.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>X-Proxy</title>, Dashboard</a>and
status: 200
On match action
Report vulnerability