nuclei-templates/exposed-panels/emby-panel.yaml

41 lines
794 B
YAML
Raw Normal View History

id: emby-panel
info:
name: Emby Login Panel
author: idealphase
severity: info
2022-05-28 16:54:52 +00:00
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"
2022-05-28 16:54:52 +00:00
tags: panel,emby,oss
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-05-28 16:54:52 +00:00
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>'