docker pwn | ubuntu
ubuntu 安装 docker
略
docker pull
docker pull registry.cn-hangzhou.aliyuncs.com/pwndocker/pwndocker-nocbtm:1.0
效果
添加软连接
ln –s /home/hacker/Desktop /root
安装pwntools python3
python3 -m pip install --upgrade pwntools
参考:
https://nocbtm.github.io/2020/02/24/skysider-pwndocker-正确使用姿势/#included-software
zer0_1s