Skip to content
forked from Eadom/ctf_xinetd

A docker repository for deploying pwnable problem in CTF

Notifications You must be signed in to change notification settings

XDSEC/ctf_xinetd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Edit ctf.xinetd. replace ./helloworld to your command.

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

build

docker build -t "helloworld" .

run

docker run -d -p "0.0.0.0:pubport:9999" -h "helloworld" --name="helloworld" helloworld

About

A docker repository for deploying pwnable problem in CTF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%