Skip to content

m4rm0k/ctf-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTF-ENGINE!

This project is beta version.

Usage

Clone this repository.

git clone https://github.com/btamburi/ctf-engine.git

After changes to the files, build the container.

docker build -t ctf/engine .

Parameters

SERVER_NAME      IP container or domain for configuration Apache (ServerName).
EMAIL_ADM      	 E-mail the web administrator.

Running

After building the container, run. Remember to put the SERVER_NAME and EMAIL_ADM parameters.

docker run -d -p 80:80 --env SERVER_NAME=ctf.yourdomain.com --env EMAIL_ADM=your@mail.com ctf/engine

Resources

Copyright

All rights reserved developers of applications base.

About

System of capture the flag in docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.4%
  • CSS 2.3%
  • JavaScript 1.1%
  • Shell 1.1%
  • ApacheConf 0.1%