fixed the FN template
parent
a4bc8a69e3
commit
729a0246d5
|
@ -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)))"
|
||||||
|
|
Loading…
Reference in New Issue