nuclei-templates/exposed-panels/openvpn-router-management.yaml

34 lines
737 B
YAML
Raw Normal View History

2022-10-23 16:03:50 +00:00
id: openvpn-router-management
info:
name: OpenVPN Server Router Management Panel - Detect
2022-10-23 16:03:50 +00:00
author: ritikchaddha
severity: info
description: OpenVPN Server Router Management Panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-10-23 16:03:50 +00:00
metadata:
verified: true
shodan-query: http.html:"Router Management - Server OpenVPN"
2022-10-25 09:33:07 +00:00
tags: panel,openvpn,router
2022-10-23 16:03:50 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Router Management - Server OpenVPN"
- type: status
status:
- 200
# Enhanced by md on 2022/12/02