Create ovpn-config-exposed.yaml

patch-1
Arman 2023-01-10 14:11:06 -05:00 committed by GitHub
parent baf583df59
commit d2278840d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: ovpn-config-exposed
info:
name: OVPN Config Download
author: tess
severity: low
metadata:
verified: "true"
shodan-dork: http.title:"OVPN Config Download"
tags: ovpn,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/'
matchers-condition: and
matchers:
- type: word
words:
- 'OVPN Config Download'
- 'Config List'
part: body
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200