nuclei-templates/exposed-panels/openvpn-monitor.yaml

43 lines
989 B
YAML

id: openvpn-monitor
info:
name: OpenVPN Monitor Disclosure
author: geeknik
severity: high
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:L/I:N/A:N
cvss-score: 5.3
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