Skip to content

Immich Panel - Detect

ID: immich-panel

Severity: info

Author: rxerium

Tags: panel,immich,detect

Immich is a self-hosted photo and video backup solution

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: 4b0a00483046022100a3f2e9bdc13c62dccda62b453681be9e0fa58e4ef0f0d67511e2bd0da5076906022100fb644022d161d82d0e224f4f63b7165ace7850831164d06e41ce6cbfbea99c61:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/immich-panel.yaml"

View on Github