43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
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
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"TAUTULLI"
|
|
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: 490a0046304402200e451a4c2ebed7a3e9b059c8302336e1562b4a19cce00758281dc02a72006f2b0220570f038371e8cf5970892a02e90a56da0319029f05903674b2fd93f3bb0ee33a:922c64590222798bb761d5b6d8e72950
|