Prison Escape
|
|
|
|
Hint from Bow Ninecandle |
We can escalate to root using sudo |
|
The container is running in privileged mode. So we can run the below to list disk partitions on the host. |
|
|
Make a folder under /mnt and mount /dev/vda to it |
|
The host partition is mounted successfully, and we can see the file jail.key.priv in the /home/jailer/.ssh directory |
![]() |
Read the contents of the file jail.key.priv. |
cat /mnt/host_drive/home/jailer/ssh/jail.key.priv |
|
Answer : 082bb339ec19de4935867 |
The objective is now completed |