Immich Panel - Detect
ID: immich-panel
Severity: info
Author: rxerium
Tags: panel,immich,detect
Description
Section titled “Description”Immich is a self-hosted photo and video backup solution
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/immich-panel.yaml"