nuclei-templates/http/exposed-panels/tautulli-panel.yaml

39 lines
850 B
YAML
Raw Normal View History

2023-10-27 18:40:04 +00:00
id: tautulli-panel
2023-10-29 11:35:10 +00:00
2023-10-27 18:40:04 +00:00
info:
2023-10-29 11:35:10 +00:00
name: Tautulli Panel - Detect
2023-10-27 18:40:04 +00:00
author: rxerium
severity: info
description: |
A Python based monitoring and tracking tool for Plex Media Server.
reference:
- https://tautulli.com/
- https://github.com/Tautulli/Tautulli
2023-10-29 11:35:10 +00:00
metadata:
verified: true
shodan-query: title:"TAUTULLI"
tags: panel,tautulli,detect
2023-10-27 18:40:04 +00:00
http:
- method: GET
path:
2023-10-29 11:35:10 +00:00
- "{{BaseURL}}"
2023-10-27 18:40:04 +00:00
- "{{BaseURL}}/auth/login"
2023-10-29 11:35:10 +00:00
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
2023-10-27 18:40:04 +00:00
matchers:
- type: word
words:
2023-10-29 11:35:10 +00:00
- '<title>Tautulli - Login'
- 'content="Tautulli'
- 'alt="Tautulli'
- 'Sign In with Tautulli'
condition: or
2023-10-27 18:40:04 +00:00
- type: status
status:
2023-10-29 11:35:10 +00:00
- 200