Merge pull request #8585 from projectdiscovery/tautulli-unauth

Create tautulli-unauth.yaml
patch-1
Dhiyaneshwaran 2023-11-09 15:33:21 +05:30 committed by GitHub
commit 7c69f3051e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -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