Ethical Hacking Automation

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

MPFTVC Admin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#mpftvc#admin
Description

What is the "MPFTVC Admin Login Panel - Detect?"

The "MPFTVC Admin Login Panel - Detect" module is designed to detect the presence of the MPFTVC admin login panel. This module is used to identify potential misconfigurations or vulnerabilities in the admin login panel of the MPFTVC software. 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 have a direct impact on the system or software being scanned. Instead, it provides information about the presence of the MPFTVC admin login panel, which can help identify potential security risks or configuration issues.

How does the module work?

The "MPFTVC Admin Login Panel - Detect" module works by sending HTTP requests to the target system and analyzing the responses. It uses specific matching conditions to determine if the admin login panel is present. The module checks for the presence of the phrase "AdminLogin - MPFTVC" in the response body and verifies that the HTTP status code is 200 (OK).

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

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

The module's matching conditions are as follows:

- The response body must contain the phrase "AdminLogin - MPFTVC". - The HTTP status code must be 200 (OK).

When both conditions are met, the module reports the detection of the MPFTVC admin login panel.

Module preview

Concurrent Requests (0)
Passive global matcher
word: AdminLogin - MPFTVCand
status: 200
On match action
Report vulnerability