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