Skip to content

Dex Authentication - Panel

ID: dex-panel

Severity: info

Author: rxerium

Tags: dex,sso,panel,login

id: dex-panel
info:
name: Dex Authentication - Panel
author: rxerium
severity: info
reference:
- https://dexidp.io
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: html:"Log in to dex"
tags: dex,sso,panel,login
http:
- method: GET
path:
- "{{BaseURL}}/dex/auth"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Log in to dex"
- type: status
status:
- 200
# digest: 4b0a00483046022100f81db42afaf4c190bc8f82403f1c61ccbe0da90bebc1eb3fe46bc5f8b90ff2d8022100ad3355436d7bb04a666a00d8982d9efd467d79b2c96fd43988affc4fab6b7c19: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/dex-panel.yaml"

View on Github