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 id: immich-panel
info: info:
name: Immich panel detect name: Immich Panel - Detect
author: rxerium author: rxerium
severity: info severity: info
description: | description: |
@ -8,16 +9,26 @@ info:
reference: reference:
- https://immich.app/ - https://immich.app/
- https://github.com/immich-app/immich - https://github.com/immich-app/immich
metadata:
verified: true
shodan-query: http.favicon.hash:-43504595
tags: panel,immich,detect
http: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/auth/login" - "{{BaseURL}}/auth/login"
matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- '<title>Login - Immich</title>' - '<title>Login - Immich'
- '"PUBLIC_IMMICH_'
- 'alt="Immich Logo'
- 'Welcome to Immich'
condition: or
- type: status - type: status
status: status:
- 200 - 200