updated matcher & info

patch-1
Ritik Chaddha 2023-10-29 16:55:14 +05:30 committed by GitHub
parent 494e0feb5a
commit 474591dafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,7 @@
id: immich-panel
info:
name: Immich panel detect
name: Immich Panel - Detect
author: rxerium
severity: info
description: |
@ -8,16 +9,26 @@ info:
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</title>'
- '<title>Login - Immich'
- '"PUBLIC_IMMICH_'
- 'alt="Immich Logo'
- 'Welcome to Immich'
condition: or
- type: status
status:
- 200
- 200