Skip to content

Detect Overview Kubernetes Resource Report

ID: kubernetes-resource-report

Severity: medium

Author: pussycat0x

Tags: kubernetes,exposure,misconfig

Information Disclosure of Kubernetes Resource Report

id: kubernetes-resource-report
info:
name: Detect Overview Kubernetes Resource Report
author: pussycat0x
severity: medium
description: Information Disclosure of Kubernetes Resource Report
metadata:
max-request: 1
tags: kubernetes,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Overview - Kubernetes Resource Report"
- type: status
status:
- 200
# digest: 4b0a00483046022100bf442b053381a5d08faca793e57821705a6dc48a26f7ff458fac65f640c6a78e0221008f8301687589c7405aaab9e2f2940049a6b3358fd6fe7f736b4247b751e23f77:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/kubernetes/kubernetes-resource-report.yaml"

View on Github