nuclei-templates/exposures/configs/ovpn-config-exposed.yaml

36 lines
697 B
YAML
Raw Normal View History

2023-01-10 19:11:06 +00:00
id: ovpn-config-exposed
info:
name: OVPN Configuration Download Page - Detect
2023-01-10 19:11:06 +00:00
author: tess
2023-03-17 16:59:26 +00:00
severity: low
description: OVPS configuration download page was detected.
2023-03-02 20:58:29 +00:00
classification:
cwe-id: CWE-200
2023-01-10 19:11:06 +00:00
metadata:
verified: "true"
shodan-query: http.title:"OVPN Config Download"
2023-01-10 21:51:53 +00:00
tags: config,ovpn,exposure
2023-01-10 19:11:06 +00:00
requests:
- method: GET
path:
2023-01-10 21:51:53 +00:00
- '{{BaseURL}}'
2023-01-10 19:11:06 +00:00
2023-01-10 21:51:53 +00:00
host-redirects: true
max-redirects: 2
2023-01-10 19:11:06 +00:00
matchers-condition: and
matchers:
- type: word
2023-01-10 21:51:53 +00:00
part: body
2023-01-10 19:11:06 +00:00
words:
- 'OVPN Config Download'
- 'Config List'
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/02/22