mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
20 lines
494 B
YAML
20 lines
494 B
YAML
id: kubernetes-unauth
|
|
|
|
info:
|
|
name: kubernetes Unauth
|
|
author: mumu0215
|
|
severity: high
|
|
verified: false
|
|
description: |-
|
|
kubernetes Unauth
|
|
tags: kubernetes,unauth
|
|
created: 2023/07/07
|
|
|
|
rules:
|
|
r0:
|
|
request:
|
|
method: GET
|
|
path: /api/v1/nodes
|
|
expression: 'response.status == 200 && response.content_type.contains("application/json") && response.body.bcontains(b"\"kubeletVersion\": \"v") && response.body.bcontains(b"\"containerRuntimeVersion\"")'
|
|
expression: r0()
|