Skip to content

A docker repository for deploying pwnable problem in CTF

Notifications You must be signed in to change notification settings

vimvaders/ctf_xinetd

This branch is 9 commits ahead of, 4 commits behind Eadom/ctf_xinetd:master.

Repository files navigation

ctf_xinetd

A docker repository for deploying ctf problem

configuration

Put files to floder bin. They'll be copied to /home/ctf. Update the flag at the same time.

The executable file must be bin/challenge. Libraries in bin will be linked first.

You can also edit Dockerfile, ctf.xinetd, start.sh for custom your environment.

deploy

make run PORT=9998

About

A docker repository for deploying pwnable problem in CTF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 83.6%
  • Shell 16.4%