2021-09-24 14:53:44 +00:00
id : openvpn-monitor
info :
name : OpenVPN Monitor Disclosure
author : geeknik
severity : high
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 :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score : 5.3
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