43 lines
987 B
YAML
43 lines
987 B
YAML
id: openvpn-monitor
|
|
|
|
info:
|
|
name: OpenVPN Monitor - Detect
|
|
author: geeknik
|
|
severity: info
|
|
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.
|
|
reference:
|
|
- https://openvpn-monitor.openbytes.ie/
|
|
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
|
|
tags: openvpn,disclosure,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/openvpn-monitor/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'OpenVPN Status Monitor'
|
|
- 'Username'
|
|
- 'VPN IP'
|
|
- 'Remote IP'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
# Enhanced by mp on 2022/04/08
|