nuclei-templates/http/exposed-panels/fatpipe-mpvpn-panel.yaml

43 lines
868 B
YAML
Raw Normal View History

id: fatpipe-mpvpn-panel
2021-09-30 12:04:00 +00:00
info:
name: FatPipe MPVPN - Panel Detect
2021-09-30 12:04:00 +00:00
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.0
cwe-id: CWE-200
metadata:
max-request: 1
tags: tech,fatpipe,panel
2021-09-30 12:04:00 +00:00
http:
2021-09-30 12:04:00 +00:00
- 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
2021-09-30 12:05:59 +00:00
group: 1
2021-09-30 12:04:00 +00:00
regex:
- '<h5>([0-9.a-z]+)<\/h5>'
# Enhanced by cs 04/25/2023