31 lines
829 B
YAML
31 lines
829 B
YAML
id: spark-webui-unauth
|
|
|
|
info:
|
|
name: Unauthenticated Spark WebUI
|
|
author: princechaddha
|
|
severity: medium
|
|
description: Spark WebUI is exposed to external users without any authentication.
|
|
reference:
|
|
- https://github.com/vulhub/vulhub/tree/master/spark/unacc
|
|
metadata:
|
|
max-request: 1
|
|
tags: unauth,vulhub,spark
|
|
|
|
http:
|
|
- 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
|
|
# digest: 490a0046304402200697246a224d59611969bec6bc089a700f331f2e864ba42a9631703be5d03bed02202a73171ff8f99ab060e9ef96363c4cd0899536f10b5679eeddfe53e78079c991:922c64590222798bb761d5b6d8e72950 |