Skip to content

Supertokens Login Panel - Detect

ID: supertokens-login-panel

Severity: info

Author: rxerium

Tags: panel,login,supertokens

A Supertokens login panel was detected.

id: supertokens-login-panel
info:
name: Supertokens Login Panel - Detect
author: rxerium
severity: info
description: |
A Supertokens login panel was detected.
reference:
- https://supertokens.com
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
shodan-query: html:"<title>SuperTokens "
tags: panel,login,supertokens
http:
- method: GET
path:
- "{{BaseURL}}/auth"
matchers-condition: and
matchers:
- type: word
words:
- "<title>SuperTokens + React"
- type: status
status:
- 200
# digest: 490a00463044022068f6e801e1b2f1193a5354852f2844abb75b69aebdd563e41512fa974ef0bf5202201876407314e5b76ac8f3efcade49ee55d964eeb0735a39db3309dca1327a7dde: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/supertokens-panel.yaml"

View on Github