Skip to content

TurnKey OpenVPN Panel - Detect

ID: turnkey-openvpn

Severity: info

Author: ritikchaddha

Tags: panel,openvpn,turnkey,webshell,vpn

TurnKey OpenVPN panel was detected.

id: turnkey-openvpn
info:
name: TurnKey OpenVPN Panel - Detect
author: ritikchaddha
severity: info
description: TurnKey OpenVPN 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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"TurnKey OpenVPN"
tags: panel,openvpn,turnkey,webshell,vpn
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'TurnKey OpenVPN'
- 'Web Shell'
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450220709b4b9f78e717dfecf7dd9c790815a471093fe1b0fce72e6791daf0c0a00b9e022100ee881d9685e6ebed19173ce1059fce508c0bf8fdaf72795b3ab8373c7d3d75ee:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/turnkey-openvpn.yaml"

View on Github