Ethical Hacking Automation

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

FatPipe MPVPN - Panel Detect

By kannthu

Informative
Vidoc logoVidoc Module
#tech#fatpipe#panel
Description

FatPipe MPVPN - Panel Detect

What is the "FatPipe MPVPN - Panel Detect" module?

The "FatPipe MPVPN - Panel Detect" module is designed to detect the admin panel of the FatPipe MPVPN software. It is a module used in the Vidoc platform to perform scanning and identify potential misconfigurations, vulnerabilities, or software fingerprints. This module specifically focuses on detecting the admin panel of the FatPipe MPVPN software.

The severity of this module is classified as informative, meaning it provides valuable information about the target system but does not pose an immediate security risk.

Impact

This module does not have a direct impact on the target system. Instead, it provides information about the presence of the admin panel for the FatPipe MPVPN software. This can help administrators identify potential security risks or misconfigurations in their system.

How the module works?

The "FatPipe MPVPN - Panel Detect" module works by sending an HTTP GET request to the "/fpui/jsp/login.jsp" path of the target system. It then applies matching conditions to determine if the admin panel is present.

The matching conditions for this module are as follows:

- The response body must contain the HTML title tag "". - The HTTP response status code must be 200 (OK).

If both matching conditions are met, the module considers the admin panel to be detected.

It is important to note that this module only detects the presence of the admin panel and does not perform any further actions or exploit any vulnerabilities.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/fpui/jsp/login.jsp
Matching conditions
word: <title>FatPipe MPVPN&nbsp;| Log in</titl...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability