mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 12:52:44 +08:00
8 lines
291 B
YAML
8 lines
291 B
YAML
name: poc-yaml-spark-webui-unauth
|
|
rules:
|
|
- method: GET
|
|
path: /
|
|
expression: response.status == 200 && response.body.bcontains(b"<title>Spark") && response.body.bcontains(b"<strong>URL:</strong> spark:")
|
|
detail:
|
|
links:
|
|
- https://github.com/vulhub/vulhub/tree/master/spark/unacc |