mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-06-10 10:12:42 +00:00
11 lines
327 B
YAML
11 lines
327 B
YAML
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
|