CTF: Flask platform for Capture The Flag challenges

From securityonline.info

The CTF is a Hacking and Computer Security eLearning platform.

Install

git clone https://github.com/abdesslem/CTF.git
cd CTF
pip install -r requirements.txt

Setup email credentials and recaptcha API key

export APP_MAIL_USERNAME="<your email>"
export APP_MAIL_PASSWORD="<your password"
export RECAPTCHA_PRIVATE_KEY='<your recaptcha private key>'
export RECAPTCHA_PUBLIC_KEY='< your recaptcha public key>'

Read more…