38 lines
913 B
YAML
38 lines
913 B
YAML
id: immich-panel
|
|
|
|
info:
|
|
name: Immich Panel - Detect
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
Immich is a self-hosted photo and video backup solution
|
|
reference:
|
|
- https://immich.app/
|
|
- https://github.com/immich-app/immich
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:-43504595
|
|
tags: panel,immich,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/auth/login"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Login - Immich'
|
|
- '"PUBLIC_IMMICH_'
|
|
- 'alt="Immich Logo'
|
|
- 'Welcome to Immich'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022044f7c215982434bb65ecdf02f4c37de14dded0d1a660b75dcb3eab54cb3a74fe0220199a46545d202cef014d50f6d50577b2c1cb8e51dc26117a0ad80752423886e8:922c64590222798bb761d5b6d8e72950
|