PrivilegedDockerEscape
November 20, 2020 ยท View on GitHub
A bash script to create an interactive shell from a privileged docker container to the container host
spawn a new container to exploit via:
docker run --rm -it --privileged ubuntu bash
November 20, 2020 ยท View on GitHub
A bash script to create an interactive shell from a privileged docker container to the container host
spawn a new container to exploit via:
docker run --rm -it --privileged ubuntu bash