Skip to content

Tautulli Panel - Detect

ID: tautulli-panel

Severity: info

Author: rxerium

Tags: panel,tautulli,detect

A Python based monitoring and tracking tool for Plex Media Server.

id: tautulli-panel
info:
name: Tautulli Panel - Detect
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
classification:
cpe: cpe:2.3:a:tautulli:tautulli:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: tautulli
product: tautulli
shodan-query:
- title:"TAUTULLI"
- http.title:"tautulli"
- http.title:"tautulli - home"
fofa-query:
- title="tautulli - home"
- title="tautulli"
google-query:
- intitle:"tautulli"
- intitle:"tautulli - home"
tags: panel,tautulli,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/auth/login"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>Tautulli - Login'
- 'content="Tautulli'
- 'alt="Tautulli'
- 'Sign In with Tautulli'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100d80a0f392ec7e329b166d7e022e1434172df9a79b111fb98c126f9dd18ffb00302207be06c0d5dfaadd57af1ce6cfa94a4ed264c4f3e86ae79c2b275f0161a637ca4:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/tautulli-panel.yaml"

View on Github