Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 457 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 457 Bytes

container-breakouts

Testing/collecting some container breakouts

Buildspec

Silly buildspec for getting a reverse shell in a CI's build container.

Filehandle

Pass a file handle via a unix socket. Run server where you have access to something you want to get access to in a container. Run worker where you have elevated privs (e.g. root) to gain access to server's resources with privs.

Original idea from https://kitctf.de/writeups/32c3ctf/docker