nuclei-templates/technologies/jellyfin-detect.yaml

28 lines
691 B
YAML
Raw Normal View History

2021-04-01 22:32:59 +00:00
id: jellyfin-detect
info:
name: Jellyfin detected
author: dwisiswant0
severity: info
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-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
- type: status
status:
2021-08-03 04:28:37 +00:00
- 200