cyberxml / miniCTF

A platform build in django for hosting CTF events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MINICTF

A platform build in django for hosting CTF events.

Live demo

https://xyz-minictf.herokuapp.com/

FEATURES :

  • Cool Interface
  • Score Board
  • Responsive Design
  • Password Change Support
  • Discussion Forums
  • and a lot more.

SCREENSHOTS :

Challenge Page

Challenge View

Score Board

Team Details

Discussion Forums

Test it locally

Requirments
python 3.5.x
django 2.0
Install django
$ sudo pip3 install django

Want to make this process fast. Switch to local branch

Install miniCTF
$ git clone https://github.com/DivyanshuSahu/miniCTF.git
$ python manage.py makemigrations accounts challenges forums
$ python manage.py migrate
$ python manage.py runserver

Then register or create superuser and add challenges.

About

A platform build in django for hosting CTF events.

License:MIT License


Languages

Language:HTML 47.4%Language:Python 40.2%Language:CSS 11.9%Language:JavaScript 0.5%