29 lines
504 B
YAML
29 lines
504 B
YAML
id: turnkey-openvpn
|
|
|
|
info:
|
|
name: TurnKey OpenVPN Panel
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"TurnKey OpenVPN"
|
|
tags: panel,openvpn,turnkey,webshell,vpn
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'TurnKey OpenVPN'
|
|
- 'Web Shell'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|