mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
20 lines
418 B
YAML
20 lines
418 B
YAML
id: spark-api-unauth
|
|
|
|
info:
|
|
name: spark Api Unauth
|
|
author: betta
|
|
severity: high
|
|
verified: false
|
|
description: |-
|
|
spark Api Unauth
|
|
tags: spark,api,unauth
|
|
created: 2023/07/07
|
|
|
|
rules:
|
|
r0:
|
|
request:
|
|
method: GET
|
|
path: /v1/submissions
|
|
expression: response.status == 400 && response.body.bcontains(b"Missing an action") && response.body.bcontains(b"serverSparkVersion")
|
|
expression: r0()
|