Skip to main content

Kubehunter

Introduced in v3

Kubehunter is a tool to detect weaknesses on Kubernetes clusters through remote scanning, interface scanning and network scanning.

Installation

sccce install kubehunter

Verify Installation

sccce check kubehunter

Functionalities

tip

See Kubehunter API Reference for more details.

  1. Get Kubehunter result (GET /api/v1/kubehunter/get)
  2. Execute new Kubehunter scan (GET /api/v1/kubehunter/new)
  3. List all Kubehunter scans, fetched from database (GET /api/v1/kubehunter/list)
  4. Delete a Kubehunter scan (POST /api/v1/kubehunter/delete)

Unused Functionalities

  1. Upload interactive file
  2. Get interactive result