1. kube-hunter

Description:
Kube-hunter is a security auditing tool for Kubernetes clusters. It detects common misconfigurations, insecure configurations, and vulnerabilities in Kubernetes environments.

Examples:

    1. Run Kube-hunter in Passive Mode:
      • kube-hunter

Explanation: Runs kube-hunter to passively discover Kubernetes cluster vulnerabilities on the local network.

    1. Run in Remote Mode:
      • kube-hunter –remote example.com

Explanation: Scans the Kubernetes cluster at example.com for common vulnerabilities.

Scroll to Top