LICENSE
MANIFEST.in
README.md
setup.py
ctfcli/__init__.py
ctfcli/__main__.py
ctfcli.egg-info/PKG-INFO
ctfcli.egg-info/SOURCES.txt
ctfcli.egg-info/dependency_links.txt
ctfcli.egg-info/entry_points.txt
ctfcli.egg-info/requires.txt
ctfcli.egg-info/top_level.txt
ctfcli/cli/__init__.py
ctfcli/cli/challenges.py
ctfcli/cli/config.py
ctfcli/cli/plugins.py
ctfcli/spec/challenge-example.yml
ctfcli/templates/binary/default/cookiecutter.json
ctfcli/templates/binary/default/{{cookiecutter.name}}/.dockerignore
ctfcli/templates/binary/default/{{cookiecutter.name}}/Makefile
ctfcli/templates/binary/default/{{cookiecutter.name}}/README.md
ctfcli/templates/binary/default/{{cookiecutter.name}}/WRITEUP.md
ctfcli/templates/binary/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/binary/default/{{cookiecutter.name}}/src/{{cookiecutter.name}}.c
ctfcli/templates/crypto/default/cookiecutter.json
ctfcli/templates/crypto/default/{{cookiecutter.name}}/Makefile
ctfcli/templates/crypto/default/{{cookiecutter.name}}/README.md
ctfcli/templates/crypto/default/{{cookiecutter.name}}/WRITEUP.md
ctfcli/templates/crypto/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/crypto/default/{{cookiecutter.name}}/src/encrypt.py
ctfcli/templates/crypto/default/{{cookiecutter.name}}/src/flag.txt
ctfcli/templates/programming/default/cookiecutter.json
ctfcli/templates/programming/default/{{cookiecutter.name}}/.dockerignore
ctfcli/templates/programming/default/{{cookiecutter.name}}/Dockerfile
ctfcli/templates/programming/default/{{cookiecutter.name}}/README.md
ctfcli/templates/programming/default/{{cookiecutter.name}}/WRITEUP.md
ctfcli/templates/programming/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/programming/default/{{cookiecutter.name}}/docker-compose.yml
ctfcli/templates/programming/default/{{cookiecutter.name}}/src/requirements.txt
ctfcli/templates/programming/default/{{cookiecutter.name}}/src/serve.sh
ctfcli/templates/programming/default/{{cookiecutter.name}}/src/server.py
ctfcli/templates/web/default/cookiecutter.json
ctfcli/templates/web/default/{{cookiecutter.name}}/.dockerignore
ctfcli/templates/web/default/{{cookiecutter.name}}/Dockerfile
ctfcli/templates/web/default/{{cookiecutter.name}}/README.md
ctfcli/templates/web/default/{{cookiecutter.name}}/WRITEUP.md
ctfcli/templates/web/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/web/default/{{cookiecutter.name}}/docker-compose.yml
ctfcli/templates/web/default/{{cookiecutter.name}}/src/app.py
ctfcli/templates/web/default/{{cookiecutter.name}}/src/requirements.txt
ctfcli/templates/web/default/{{cookiecutter.name}}/src/serve.sh
ctfcli/templates/web/default/{{cookiecutter.name}}/src/templates/base.html
ctfcli/templates/web/default/{{cookiecutter.name}}/src/templates/index.html
ctfcli/utils/__init__.py
ctfcli/utils/api.py
ctfcli/utils/challenge.py
ctfcli/utils/config.py
ctfcli/utils/plugins.py