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.
|
3 years ago | |
---|---|---|
ctn_app | 3 years ago | |
.gitignore | 3 years ago | |
README.MD | 3 years ago | |
config.json.example | 3 years ago | |
docker-entrypoint.sh | 3 years ago | |
requirements.txt | 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