34 lines
672 B
YAML
34 lines
672 B
YAML
|
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'
|