Skip to content

Authelia Panel - Detect

ID: authelia-panel

Severity: info

Author: rxerium

Tags: login,panel,authelia

Authelia is an open-source authentication and authorisation service providing two-factor authentication and single sign-on (SSO) for applications via a web portal.

id: authelia-panel
info:
name: Authelia Panel - Detect
author: rxerium
severity: info
description: |
Authelia is an open-source authentication and authorisation service providing two-factor authentication and single sign-on (SSO) for applications via a web portal.
reference:
- https://github.com/authelia/authelia
- https://www.authelia.com/
classification:
cpe: cpe:2.3:a:authelia:authelia:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: authelia
product: authelia
shodan-query: title:"Login - Authelia"
tags: login,panel,authelia
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Login - Authelia</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022043ede1cd2ca54772d6635ee8a333beaed204c3ef6634b7091b3024e39b0b693d022100ee2b5b3b05a3615d5f37d8af44f4dd7a812196efa5c2b45f9b57e45a99d0ff7f: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/authelia-panel.yaml"

View on Github