2021-04-01 22:32:59 +00:00
|
|
|
id: jellyfin-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jellyfin detected
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-05-12 14:18:36 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"Jellyfin"
|
2021-09-09 13:38:13 +00:00
|
|
|
tags: tech,jellyfin
|
2021-04-01 22:32:59 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/home.html"
|
|
|
|
- "{{BaseURL}}/web/home.html"
|
|
|
|
- "{{BaseURL}}/index.html"
|
|
|
|
- "{{BaseURL}}/web/index.html"
|
2021-08-03 04:28:37 +00:00
|
|
|
- "{{BaseURL}}/web/manifest.json"
|
2021-09-09 13:38:13 +00:00
|
|
|
|
|
|
|
stop-at-first-match: true
|
2021-04-01 22:32:59 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "name=\"application-name\" content=\"Jellyfin\""
|
|
|
|
- "class=\"page homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs withTabs\""
|
2021-08-03 04:28:37 +00:00
|
|
|
- "The Free Software Media System"
|
2021-04-01 22:32:59 +00:00
|
|
|
condition: or
|
|
|
|
part: body
|
2021-09-09 13:38:13 +00:00
|
|
|
|
2021-04-01 22:32:59 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-08-03 04:28:37 +00:00
|
|
|
- 200
|