2021-04-23 12:07:19 +00:00
|
|
|
id: spark-webui-unauth.yaml
|
|
|
|
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:
|
2021-04-26 16:26:13 +00:00
|
|
|
- "<title>Spark Master at spark://
|
2021-04-23 12:07:19 +00:00
|
|
|
- "<strong>URL:</strong>"
|
|
|
|
part: body
|
|
|
|
condition: and
|