Hackthebox - Steamcloud

  • Linux

SteamCloud

Nmap

Kubernetes

  • Lots of ports that comes out are kubernetes related.

  • After a little reading (see the resources) I decided to try kubeletctl

  • Pods image

  • configz image

  • Reading the doc we can actually execute command in a container. Turns out we have an nginx pod so we could try this. After a few tries we can actually find the user flag image

  • We can try to authenticate by getting the cert and the token (see here for more details about this) image image

  • Now let's use this to authenticate image

  • It works

  • We can now make our own yaml

  • Now we need to apply our new pod image

Coming soon

Coming soon

Resources

Last updated