Update emby-panel.yaml
parent
52036df62e
commit
d057e69670
|
@ -4,30 +4,29 @@ info:
|
|||
name: Emby Login Panel
|
||||
author: idealphase
|
||||
severity: info
|
||||
description: Emby Server is a personal media server with apps on just about every device.
|
||||
description: |
|
||||
Emby Server is a personal media server with apps on just about every device.
|
||||
reference:
|
||||
- https://github.com/MediaBrowser/Emby
|
||||
- https://emby.media/
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"emby"
|
||||
tags: panel,emby,login
|
||||
tags: panel,emby,oss
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
redirects: true
|
||||
max-redirects: 1
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Emby</title>'
|
||||
- 'content="https://emby.media">'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue