Skip to content

SuperVPN Login Panel - Detect

ID: supervpn-detect

Severity: info

Author: organiccrap

Tags: panel

SuperVPN login panel was detected.

id: supervpn-detect
info:
name: SuperVPN Login Panel - Detect
author: organiccrap
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
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel
http:
- method: GET
path:
- "{{BaseURL}}/admin/login.html"
matchers:
- type: word
words:
- "<title>Sign In-SuperVPN</title>"
part: body
# digest: 4a0a0047304502204a9aa825bde6cff640116dc88a15525ca6a01074487278e762e1a00c123c85b2022100970bfde1c0feacd0e53333cea9a5cf2985a81156eb7ff193796d35179b62fbd7: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/supervpn-panel.yaml"

View on Github