devops0: How, exactly?
👉 infosec.exchange/@reynardsec/...
devops0: How, exactly?
👉 infosec.exchange/@reynardsec/...
docker run -it -v /var/run/docker.sock:/var/run/docker.sock ubuntu:24.04
This gives the container full control of the Docker daemon. If an attacker gets code exec (RCE, deserialization, etc), they can pivot from that container to the Docker host. Please do not do this.!
docker run -it -v /var/run/docker.sock:/var/run/docker.sock ubuntu:24.04
This gives the container full control of the Docker daemon. If an attacker gets code exec (RCE, deserialization, etc), they can pivot from that container to the Docker host. Please do not do this.!
3) Part3: leftarcode.com/posts/afd-re...
4) Part 4: leftarcode.com/posts/afd-re...
3) Part3: leftarcode.com/posts/afd-re...
4) Part 4: leftarcode.com/posts/afd-re...