40 lines
836 B
YAML
40 lines
836 B
YAML
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
|
|
cvss-score: 0
|
|
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 | Log in</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<h5>([0-9.a-z]+)<\/h5>'
|