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

35 lines
678 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:
max-request: 1
2023-06-04 08:13:42 +00:00
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
http:
2023-01-10 19:11:06 +00:00
- 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