GithubHelp home page GithubHelp logo

mlhale / edctf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reverse0x90/edctf

0.0 2.0 0.0 2.03 MB

CTF Web Framework Using Ember and Django

License: Apache License 2.0

Python 33.24% HTML 17.63% JavaScript 39.91% CSS 3.29% Shell 5.93%

edctf's Introduction

edCTF

edCTF is a generic web application to quickly host jeopardy-style CTF competitions. edCTF uses EmberJS for the client half of the application, while the backend utilizes the Django framework.

Current version: 1.2-beta1

Prerequisites

You will need the following things properly installed on your computer.

Installation

The following installation methods will set the Django superuser username to 'admin' with 'admin' as the password. It is strongly recommended to change this password.

Before installation, in order to enable HTTPS, edit the USE_SSL variable within environment.bash to "true". It will generate a self-signed certificate for temporary use.

Docker

You can run edCTF within a Docker container with the following commands:

docker build -t edctf . \
  && docker run --restart=always -p 80:80 -p 443:443 --name edctf_server -d edctf

edCTF can then be accessed via http or https your host machine.

Local

You can also install edCTF locally, assuming you're using something similar to Ubuntu or Debian.

Simply run the production setup script:

./scripts/production.bash

edCTF can then be accessed via http or https your host machine.

edctf's People

Contributors

x64x6a avatar reverse0x90 avatar ember-tomster avatar

Watchers

Matt Hale avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.