updated matcher & info
parent
494e0feb5a
commit
474591dafb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue