25 lines
486 B
YAML
25 lines
486 B
YAML
id: kubernetes-resource-report
|
|
|
|
info:
|
|
name: Detect Overview Kubernetes Resource Report
|
|
author: pussycat0x
|
|
severity: medium
|
|
description: Information Disclosure of Kubernetes Resource Report
|
|
tags: kubernetes,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Overview - Kubernetes Resource Report"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|