Create openvpn-monitor.yaml

patch-1
Geeknik Labs 2021-09-24 09:53:44 -05:00 committed by GitHub
parent 42db7eee82
commit 1861f79053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: openvpn-monitor
info:
name: OpenVPN Monitor Disclosure
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/
author: geeknik
severity: high
tags: disclosure
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"