What problem does it solve? Security testers assessing containerized infrastructure need a structured, accurate methodology for probing Kubernetes and Docker attack surfaces without falling for common false positives like anonymous 200 responses or read-only kubelet ports. ## Core Features & Use Cases - Phased Kubernetes attack-surface testing: Covers API server anonymous access, kubelet 10250 /run and /exec primitives, etcd 2379 unauthenticated reads, nodes/proxy RCE, service account token abuse, dashboard skip-login, and Helm/Tiller remnants. - Container escape and Docker socket exploitation: Documents docker.sock privileged-container host escape and version-gated runc CVEs including CVE-2024-21626 (Leaky Vessels), CVE-2019-5736, and CVE-2022-0492. - False-positive elimination and proof gates: Enforces SelfSubjectRulesReview privilege verification, decoded Secret bytes as impact proof, and OOB confirmation via Collaborator/interactsh for blind vectors. - Use Case: During a bug bounty engagement you discover port 6443 open on a target. Follow the phases to fingerprint the API version, verify actual RBAC grants with SelfSubjectAccessReview, and only report cluster-admin after reading a real Secret value. ## Quick Start Ask the agent to hunt Kubernetes and Docker misconfigurations against the authorized target, starting with port fingerprinting and API anonymous-access checks.