nuclei-templates/http/misconfiguration/installer/tautulli-install.yaml

28 lines
510 B
YAML
Raw Normal View History

2023-10-31 06:10:10 +00:00
id: tautulli-install
info:
name: Tautulli Exposed Installation
author: ritikchaddha
severity: high
metadata:
verified: true
2023-10-31 06:43:44 +00:00
shodan-query: http.favicon.hash:642569809
2023-10-31 06:10:10 +00:00
tags: misconfig,tautulli,install
http:
- method: GET
path:
- "{{BaseURL}}/welcome"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Tautulli - Welcome'
- 'Tautulli Setup Wizard'
condition: or
- type: status
status:
- 200