mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* Update adobe-component-login.yaml * Update cold-fusion-cfcache-map.yaml * Update unpatched-coldfusion.yaml * Update coldfusion-debug-xss.yaml * Update CVE-2020-11978.yaml * Update CVE-2020-13927.yaml * Update CVE-2021-38540.yaml * Update CVE-2021-44451.yaml * Update CVE-2022-24288.yaml * Update airflow-debug.yaml * Update airflow-detect.yaml * Update CVE-2010-0219.yaml * Update apache-axis-detect.yaml * Update CVE-2020-11991.yaml * Update apache-cocoon-detect.yaml * Update CVE-2021-21402.yaml * Update jellyfin-detect.yaml * Update CVE-2021-21402.yaml * Update CVE-2021-21402.yaml * Update ecology-arbitrary-file-upload.yaml * Update ecology-v8-sqli.yaml * Update ecology-syncuserinfo-sqli.yaml * Update ecology-filedownload-directory-traversal.yaml * Update CNVD-2021-15822.yaml * Update dedecms-carbuyaction-fileinclude.yaml * Update dedecms-openredirect.yaml * Update tamronos-rce.yaml * Update natshell-path-traversal.yaml
35 lines
815 B
YAML
35 lines
815 B
YAML
id: jellyfin-detect
|
|
|
|
info:
|
|
name: Jellyfin detected
|
|
author: dwisiswant0
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:"Jellyfin"
|
|
tags: tech,jellyfin
|
|
|
|
requests:
|
|
- 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
|