Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

odinje/yactff

Repository files navigation

Yet Another CTF Framework (YACTFF)

A web framework for Jeoprody style CTF.

Getting Started

Below is documentation for setting up a development environment for YACTFF.

Screenshots

Prerequisites

  • Python 3.
  • Pip3

Installing and running

virtualenv -p python3 yactff
source yactff/bin/activate
pip install -r requirements_dev.txt
python ./manage.py migrate --setting=yactff.settings.development
python ./manage.py runserver --setting=yactff.settings.development

Running the tests

TODO!

Built With

  • Django - The web framework used
  • Bootstrap - Bootstrap is an open source toolkit for developing with HTML, CSS, and JS.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published