feat: add curated internal network pocs

This commit is contained in:
ZacharyZcR
2026-07-16 01:45:09 +08:00
parent 61ae87d171
commit 621b2c2f24
52 changed files with 1230 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
id: spark-webui-unauth
info:
name: Spark WebUI Unauthenticated
author: princechaddha
severity: medium
verified: false
reference:
- https://github.com/vulhub/vulhub/tree/master/spark/unacc
- https://www.secpod.com/blog/unauthenticated-access-to-apache-spark-web-ui/
description: |-
Apache Spark WebUI Unauthenticated
tags: spark,webui,unauth
created: 2023/07/07
rules:
r0:
request:
method: GET
path: /
expression: response.status == 200 && response.body.bcontains(b"<title>Spark Master at spark://") && response.body.bcontains(b"<strong>URL:</strong>")
expression: r0()