然后在ctf_xinetd目录下创建镜像 sudo docker build -t "pwn" . 这里的pwn是镜像的文件名 可以用sudo docker images去查看 然后如果创建的时候报错,是因为ubuntu的版本高于了18, 所以要去掉Dockerfile下面那一行,然后上面改成对应的版本 高于ubuntu18的就这样操作就可以 然后在这个目录下运行 sudo docker run -d ...
A docker image to hold pwn challenges in ctf war docker-image pwn ctf-platform ctf-pwn ctf-docker xinetd ctf-xinetd ctf-awd Updated Oct 1, 2018 Dockerfile Improve this page Add a description, image, and links to the ctf-xinetd topic page so that developers can more easily learn ab...
xinetd.sh ctf-xinetd A docker image to hold pwn challenges in ctf war Introduction This image contains xinetd to provide remote access services for pwn challenges, and also contains tcpdump to dump network traffics into pcap file. Notice: ...
An nsjail Docker image for CTF pwnables. Easily create secure, isolated xinetd/inetd-style services. - redpwn/jail