commit
672797a5a3
|
@ -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
|
Loading…
Reference in New Issue