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

27 lines
526 B
YAML
Raw Normal View History

2021-10-30 11:17:35 +00:00
id: spark-webui-unauth
2021-04-23 12:07:19 +00:00
info:
name: Unauthenticated Spark WebUI
author: princechaddha
severity: medium
reference:
- https://github.com/vulhub/vulhub/tree/master/spark/unacc
tags: unauth,vulhub,spark
2021-04-23 12:07:19 +00:00
requests:
- method: GET
path:
2021-08-02 07:23:35 +00:00
- "{{BaseURL}}"
2021-04-23 12:07:19 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2021-04-26 16:27:46 +00:00
- "<title>Spark Master at spark://"
2021-04-23 12:07:19 +00:00
- "<strong>URL:</strong>"
part: body
condition: and