Merge pull request #1343 from projectdiscovery/princechaddha-patch-8

Create spark-webui-unauth.yaml
patch-1
Prince Chaddha 2021-04-26 21:58:53 +05:30 committed by GitHub
commit d705648dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
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:
- "<title>Spark Master at spark://"
- "<strong>URL:</strong>"
part: body
condition: and