Kubernetes: escaping a pod; hotfix format

This commit is contained in:
0xalwayslucky 2021-05-27 22:35:31 +02:00
parent 2697a28fce
commit 5796189971
1 changed files with 3 additions and 3 deletions

View File

@ -294,7 +294,7 @@ spec:
restartPolicy: Never
```
[Original source](https://gist.github.com/abhisek/1909452a8ab9b8383a2e94f95ab0ccba)
[original yaml source](https://gist.github.com/abhisek/1909452a8ab9b8383a2e94f95ab0ccba)
After that you create the pod
@ -317,8 +317,8 @@ chroot /root /bin/bash
```
Information obtained from:
[Kubernetes Namespace Breakout using Insecure Host Path Volume — Part 1](https://blog.appsecco.com/kubernetes-namespace-breakout-using-insecure-host-path-volume-part-1-b382f2a6e216)
Information obtained from:\
[Kubernetes Namespace Breakout using Insecure Host Path Volume — Part 1](https://blog.appsecco.com/kubernetes-namespace-breakout-using-insecure-host-path-volume-part-1-b382f2a6e216)\
[Attacking and Defending Kubernetes: Bust-A-Kube Episode 1](https://www.inguardians.com/attacking-and-defending-kubernetes-bust-a-kube-episode-1/)