fixed the FN template

patch-11
Ritik Chaddha 2024-09-10 14:01:21 +04:00 committed by GitHub
parent a4bc8a69e3
commit 729a0246d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 7 deletions

View File

@ -1,7 +1,7 @@
id: authentik-panel id: authentik-panel
info: info:
name: authentik - Panel name: Authentik Panel - Detect
author: rxerium author: rxerium
severity: info severity: info
description: | description: |
@ -12,24 +12,29 @@ info:
max-request: 1 max-request: 1
verified: true verified: true
shodan-query: http.favicon.hash:-178113786 shodan-query: http.favicon.hash:-178113786
tags: authentik,sso,mfa,panel tags: authentik,sso,mfa,panel,detect
http: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
- "{{BaseURL}}/static/dist/assets/icons/icon.png"
host-redirects: true host-redirects: true
max-redirects: 2 max-redirects: 2
stop-at-first-match: true
matchers-condition: and matchers-condition: or
matchers: matchers:
- type: word - type: word
part: body part: body
words: words:
- "<title>authentik</title>" - "<title>authentik</title>"
- "window.authentik"
- "authentik.css"
condition: or
case-insensitive: true
- type: status - type: dsl
status: dsl:
- 200 - "(\"-178113786\" == mmh3(base64_py(body)))"