基础镜像 PWN Native - Ubuntu 1604
A docker image to hold pwn challenges in ctf war
Usage
Please check *.Dockerfile
Example
challenge_bsidessf_2019_pwn_slowfire
Env Vars
| 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 |
| PORT | (require) | Use in Dockerfile like 'ENV PORT 6666' |