dddd/common/config/pocs/openvpn-monitor-disclosure.yaml
SleepingBag945 9a83a1b39f dddd v2.0
2024-04-03 06:32:26 +02:00

26 lines
608 B
YAML

id: openvpn-monitor-disclosure
info:
name: OpenVPN Monitor Disclosure
author: SleepingBag945
severity: medium
description: |-
openvpn-monitor is a simple python program to generate html that displays the status of an OpenVPN server, including all current connections.
reference:
- https://openvpn-monitor.openbytes.ie/
http:
- raw:
- |
GET /openvpn-monitor/ HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "OpenVPN Monitor"
part: body