2021-11-19 04:46:13 +00:00
|
|
|
id: fatpipe-ipvpn-panel
|
2021-11-18 00:56:15 +00:00
|
|
|
|
|
|
|
info:
|
2023-01-16 17:41:15 +00:00
|
|
|
name: FatPipe IPVPN® Panel - Detect
|
2021-11-18 00:56:15 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.fatpipeinc.com/products/index.php
|
2023-01-16 17:41:15 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2021-11-19 04:46:13 +00:00
|
|
|
tags: panel,ipvpn,fatpipe
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-11-18 00:56:15 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-11-18 00:56:15 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/fpui/jsp/login.jsp"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-11-19 04:46:13 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>FatPipe IPVPN | Log in</title>"
|
2021-11-18 00:56:15 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-11-19 04:46:13 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '<h5>([0-9.a-z]+)<\/h5>'
|