A docker image to hold pwn challenges in ctf war base on ubuntu 18.04
- Copy your
pwn
file to src/ - Change FLAG in
docker-compose.yml
docker-compose up -d
- You can delete
_files
,Dockerfile
andtest
, butsrc
is requied
Key | Default Value | Description |
---|---|---|
TCPDUMP_ENABLE | (empty) | Whether enable tcpdump or not |
TCPDUMP_DIR | /var/lib/tcpdump | Directory to write dump files (name=capture-$timestr.pcap) |
TCPDUMP_ROTATE_SEC | 600 | Rotate time interval of capture file |
FLAG | (empty) | Flag save in /flag |