Merge pull request #8482 from rxerium/authelia

authelia-panel
patch-1
pussycat0x 2023-10-27 16:22:39 +05:30 committed by GitHub
commit 672797a5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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/
metadata:
verified: true
max-request: 1
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