2021-09-24 14:53:44 +00:00
id : openvpn-monitor
info :
2023-01-24 06:06:12 +00:00
name : OpenVPN Monitor - Detect
2021-09-24 14:53:44 +00:00
author : geeknik
2023-01-24 06:06:12 +00:00
severity : info
2022-04-11 14:42:35 +00:00
description : openvpn-monitor was discovered. OpenVPN Monitor is a simple python program to generate html that displays the status of an OpenVPN server, including all its current connections.
2022-04-22 10:38:41 +00:00
reference :
- https://openvpn-monitor.openbytes.ie/
2022-04-11 14:42:35 +00:00
classification :
2023-01-24 06:06:12 +00:00
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
2022-04-11 14:42:35 +00:00
cwe-id : CWE-200
2021-09-24 19:15:43 +00:00
tags : openvpn,disclosure,panel
2021-09-24 14:53:44 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}'
- '{{BaseURL}}/openvpn-monitor/'
matchers-condition : and
matchers :
- type : status
status :
- 200
2021-09-24 19:15:43 +00:00
2021-09-24 14:53:44 +00:00
- type : word
part : body
words :
- 'OpenVPN Status Monitor'
- 'Username'
- 'VPN IP'
- 'Remote IP'
condition : and
2021-09-24 19:15:43 +00:00
2021-09-24 14:53:44 +00:00
- type : word
part : header
words :
- "text/html"
2022-04-11 14:42:35 +00:00
# Enhanced by mp on 2022/04/08