Create openvpn-monitor.yaml
parent
42db7eee82
commit
1861f79053
|
@ -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"
|
Loading…
Reference in New Issue