Skip to content

Emby Login Panel - Detect

ID: emby-panel

Severity: info

Author: idealphase

Tags: panel,emby,oss

Emby login panel was detected.

id: emby-panel
info:
name: Emby Login Panel - Detect
author: idealphase
severity: info
description: |
Emby login panel was detected.
reference:
- https://github.com/MediaBrowser/Emby
- https://emby.media/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:emby:emby:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: emby
product: emby
shodan-query: http.title:"emby"
fofa-query: title="emby"
google-query: intitle:"emby"
tags: panel,emby,oss
http:
- method: GET
path:
- "{{BaseURL}}"
host-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>'
# digest: 4a0a0047304502204a2dee224e29a2270570defbf19dc47de976a9a51ada556d88cada7cf71a2c38022100da900906dde9d39d1b6e322bcd6be0b2bf9d91e0374800f11910949d128e1261:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/emby-panel.yaml"

View on Github