Skip to content

glzjin/base_pwn_xinetd_kafel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base image with xinetd and kafel for pwn

A docker image to hold pwn challenges in ctf war

Asuri-Team/xinetd-kafel

Usage

  1. Copy your pwn file to src/
  2. Change FLAG in docker-compose.yml
  3. docker-compose up -d
  4. You can delete _files, Dockerfile and test, but src is requied

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

About

Base image with xinetd and kafel for pwn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 66.5%
  • Shell 20.9%
  • C 11.3%
  • Makefile 1.3%