nuclei-templates/http/exposed-panels/immich-panel.yaml

35 lines
735 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
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