39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
id: jellyfin-detect
|
|
|
|
info:
|
|
name: Jellyfin detected
|
|
author: dwisiswant0
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 5
|
|
shodan-query: http.html:"Jellyfin"
|
|
tags: tech,jellyfin
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/home.html"
|
|
- "{{BaseURL}}/web/home.html"
|
|
- "{{BaseURL}}/index.html"
|
|
- "{{BaseURL}}/web/index.html"
|
|
- "{{BaseURL}}/web/manifest.json"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "name=\"application-name\" content=\"Jellyfin\""
|
|
- "class=\"page homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs withTabs\""
|
|
- "The Free Software Media System"
|
|
condition: or
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100e7945c18c896fbc9d6dc22f9501ee24fc722cbdf0a93c829a334d41f17236e53022100dbf14f47f4d04693cdbbc12091ef6dc5e1d07f7355e964288fa6ab9b0a1c8690:922c64590222798bb761d5b6d8e72950
|