minor -updates
parent
483134d771
commit
96e91ee2db
|
@ -3,7 +3,7 @@ id: transmission-dashboard
|
||||||
info:
|
info:
|
||||||
name: Transmission Dashboard Exposure
|
name: Transmission Dashboard Exposure
|
||||||
author: fabaff
|
author: fabaff
|
||||||
severity: medium
|
severity: high
|
||||||
reference:
|
reference:
|
||||||
- https://transmissionbt.com/
|
- https://transmissionbt.com/
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -14,10 +14,9 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/transmission/web"
|
- "{{BaseURL}}/transmission/web/"
|
||||||
|
|
||||||
host-redirects: true
|
host-redirects: true
|
||||||
max-redirects: 2
|
|
||||||
matchers-condition: or
|
matchers-condition: or
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
@ -31,3 +30,7 @@ requests:
|
||||||
part: header
|
part: header
|
||||||
words:
|
words:
|
||||||
- 'Transmission'
|
- 'Transmission'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue