
HTB SteamCloud Walkthrough
This Streamcloud HTB walkthrough demonstrates a realistic Kubernetes pentest from initial cluster discovery to full privilege escalation. You鈥檒l learn practical techniques for enumerating namespaces, identifying exposed kubelets and serviceAccounts, exploiting weak RBAC and misconfigured resources, and how to remediate these issues from a developer and ops perspective. Ideal for pentesters learning K8s attack paths and for engineers wanting to harden clusters.

HTB Boardlight Walkthrough
Boardlight is a medium-difficulty Linux box on Hack The Box that showcases real-world privilege escalation via a vulnerable SUID binary. The machine walks you through basic enumeration, exploiting a web-based login system, and ultimately leveraging the CVE-2022-37706 vulnerability in Enlightenment鈥檚 enlightenment_sys utility to gain root access. It鈥檚 an excellent box for anyone learning local privilege escalation techniques and digging into command injection through poorly sanitised SUID binaries.

Kubernetes Security Basics: From a Pentester鈥檚 Point of View
Explore Kubernetes security from a pentester鈥檚 point of view. Follow a hands-on walkthrough from reconnaissance to root access, focusing on network packet analysis, exploitation techniques, and cluster misconfigurations