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.
- Get Kubehunter result (
GET /api/v1/kubehunter/get
) - Execute new Kubehunter scan (
GET /api/v1/kubehunter/new
) - List all Kubehunter scans, fetched from database (
GET /api/v1/kubehunter/list
) - Delete a Kubehunter scan (
POST /api/v1/kubehunter/delete
)
Unused Functionalities
- Upload interactive file
- Get interactive result