nuclei-templates/http/exposed-panels/supervpn-panel.yaml

26 lines
504 B
YAML
Raw Normal View History

2020-04-22 06:42:01 +00:00
id: supervpn-detect
info:
name: SuperVPN Login Panel - Detect
2020-04-22 06:42:01 +00:00
author: organiccrap
2020-08-03 21:52:00 +00:00
severity: info
description: SuperVPN login 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
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: panel
2020-04-22 06:42:01 +00:00
http:
2020-04-22 06:42:01 +00:00
- method: GET
path:
- "{{BaseURL}}/admin/login.html"
2023-10-14 11:27:55 +00:00
2020-04-22 06:42:01 +00:00
matchers:
- type: word
words:
2020-05-25 08:13:15 +00:00
- "<title>Sign In-SuperVPN</title>"
2020-04-22 06:42:01 +00:00
part: body