nuclei-templates/misconfiguration/transmission-dashboard.yaml

34 lines
672 B
YAML
Raw Normal View History

id: transmission-dashboard
info:
name: Transmission Dashboard Exposure
author: fabaff
severity: medium
reference:
- https://transmissionbt.com/
metadata:
verified: true
shodan-query: 'Server: Transmission'
tags: misconfig,transmission,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/transmission/web"
host-redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: body
words:
- 'The Transmission Project'
- 'Transmission Web Interface'
condition: and
- type: word
part: header
words:
- 'Transmission'