hsasctf / lxctf

Attack/Defense CTF Framework forked from iCTF-Framework for use at HS AlbSig (Albstadt-Sigmaringen University of Applied Sciences)
GNU General Public License v2.0
2 stars 3 forks source link
attack-defense-ctf capture-the-flag ctf ctf-framework ctf-platform

Build Status

lxctf

Attack/Defense CTF framework that is based on iCTF concept and code.

Unlike iCTF, we are not creating VirtualBox images or setup cloud servers for the teams. Instead, we setup machine containers (LXD) with networking on a single machine where the CTF takes place.

How to install the development environment

git clone URL
git submodule init
git submodule update
./reinit_project.sh
vagrant up
vagrant provision

Upgrade

git pull master
git submodule update

Components