Skip to content

BradErz/flawed_fortress-secgen_ctf_frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTF Website

Using the makefile

make fresh-start

Fresh start will spawn the website + mysql. You can look at it on http:https://localhost:8080/

When developing run:

make reload

This will stop, remove the old application, build the new one and make it run on port 8080

make clean

This will remove everything and clean up when you have finished.

Running in docker!!!! Its a new magical world


docker build -t braderz/ctf-website .

docker network create ctf-network

docker run --net ctf-network --name ctf-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=my-secret-pw -e MYSQL_DATABASE=ctff -d mysql:5.7.19

docker run --net ctf-network --name ctf-website -p 8080:80 -d braderz/ctf-website

About

CTF website frontend for SecGen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.6%
  • HTML 35.0%
  • JavaScript 7.7%
  • CSS 5.5%
  • Makefile 0.2%