commit
7c69f3051e
|
@ -0,0 +1,29 @@
|
|||
id: tautulli-unauth
|
||||
|
||||
info:
|
||||
name: Tautulli Panel - Unauthenticated Access
|
||||
author: ritikchaddha
|
||||
severity: medium
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
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
|
Loading…
Reference in New Issue