rootđź’€senseicat:~#

Hack. Eat. Sleep. Repeat!!!


Project maintained by SENSEiXENUS Hosted on GitHub Pages — Theme by mattgraham

CTF: TRYHACKME

LAB: SWEETTOOTH INC


image


RECON

image

image


SSH creds

image

image

image

image


Docker Saga

image


Explaining the docker.sock vulnerability

Docker.sock is an example of unix socket with read,write, connect and bind capabilities. It allows connection to the docker daemon which receives API requests and solely manages container,images,volumes and networks.The docker.sock’s unix socket allows us to communicate with the docker daemon for malicious purposes.


Spawning a root rev shell

image

image

image


Docker breakout by mounting host partition

image

image


REFERENCES


THANKS FOR READING