nuclei-templates/vulnerabilities/other/spark-webui-unauth.yaml

27 lines
519 B
YAML

id: spark-webui-unauth
info:
name: Unauthenticated Spark WebUI
author: princechaddha
severity: medium
reference:
- https://github.com/vulhub/vulhub/tree/master/spark/unacc
tags: spark,unauth
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Spark Master at spark://"
- "<strong>URL:</strong>"
part: body
condition: and