Skip to content

FatPipe MPVPN - Panel Detect

ID: fatpipe-mpvpn-panel

Severity: info

Author: princechaddha

Tags: tech,fatpipe,panel

The admin panel of the FatPipe MPVPN has been discovered.

id: fatpipe-mpvpn-panel
info:
name: FatPipe MPVPN - Panel Detect
author: princechaddha
severity: info
description: The admin panel of the FatPipe MPVPN has been discovered.
reference:
- https://www.fatpipeinc.com/products/mpvpn/index.php
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: tech,fatpipe,panel
http:
- method: GET
path:
- "{{BaseURL}}/fpui/jsp/login.jsp"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>FatPipe MPVPN&nbsp;| Log in</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<h5>([0-9.a-z]+)<\/h5>'
# digest: 4a0a00473045022100f09172ff3dfd4081672f3527ccaeabaaca50da26e782df66da5b650b706f6886022018860af89346bfa9d3bbe6e13e2b797e08d3ed4f3931fddf0664f2948e381314:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/fatpipe-mpvpn-panel.yaml"

View on Github