32 lines
740 B
YAML
32 lines
740 B
YAML
id: tautulli-unauth
|
|
|
|
info:
|
|
name: Tautulli Panel - Unauthenticated Access
|
|
author: ritikchaddha
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Tautulli - Home"
|
|
tags: misconfig,tautulli,unauth,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/home"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Tautulli - Home'
|
|
- 'Libraries</a>'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a004830460221008b5b4e4d8260a05303c18f47da7cad8dd21e7c58181258d237ce0b941db10e17022100b2577a9b9fd63598ba07b57bfe98c42dfb69f1acbc9bbf15139c1293828feb6c:922c64590222798bb761d5b6d8e72950
|