mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 10:45:27 +00: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
|