Asuri Team Ctf Xinetd Save

A docker image to hold pwn challenges in ctf war

Project README

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:

  1. we use a modified xinetd version from our team to restrict syscalls called by xinetd services. In order to use this feature, docker container must run with --privileged option. No more --privileged needed now.
  2. This docker image will produce docker volume each you create container from it. Better specify one using -v your_dump_volume:/var/lib/tcpdump.

Usage

Please check Dockerfile.example

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
CTF_PORT 20000 Port to capture traffic from

CAUTION!

  1. Please DO NOT use your own start CMD or entrypoint for this docker image. If you really need to change it, please check phusion/baseimage for more details.
Open Source Agenda is not affiliated with "Asuri Team Ctf Xinetd" Project. README Source: Asuri-Team/ctf-xinetd
Stars
49
Open Issues
1
Last Commit
5 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating