mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: poc-yaml-spark-api-unauth
|
||||
rules:
|
||||
- method: GET
|
||||
path: /v1/submissions
|
||||
expression: |
|
||||
response.status == 400 && response.body.bcontains(b"Missing an action") && response.body.bcontains(b"serverSparkVersion")
|
||||
detail:
|
||||
author: betta(https://github.com/betta-cyber)
|
||||
links:
|
||||
- https://xz.aliyun.com/t/2490
|
||||
Reference in New Issue
Block a user