41 lines
794 B
YAML
41 lines
794 B
YAML
id: emby-panel
|
|
|
|
info:
|
|
name: Emby Login Panel
|
|
author: idealphase
|
|
severity: info
|
|
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,oss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Emby</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<script src="apploader\.js\?v=(.+)" defer><\/script>'
|