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