Repository containing the source code of Capture The Nitro CTF challenge.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Mateusz Brawański e1740dc8b6
Added docker entrypoint.
3 years ago
ctn_app Really add login validation. 3 years ago
.gitignore Add vulnerability. 3 years ago
README.MD Added basic functionality and content. 3 years ago
config.json.example Added example config. 3 years ago
docker-entrypoint.sh Added docker entrypoint. 3 years ago
requirements.txt Added pip requirements and docker support. 3 years ago

README.MD

Capture the Nitro CTF

This is the source code for Capture the Nitro challenge. It's a Flask webapp, written in Python.

Setup

Application is built against Python 3.7.4. As such, this is the minimum version required.

Additionally, these modules need to be installed:

  • flask >=1.1.2 <2
  • jinja2 >=2.11.2 <3
  • gunicorn >=20.0.4 <21