Probely / CTF-Game

Capture the flag Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixels Camp Security CTF Dashboard

This is the repo for the Pixels Camp Security CTF Dashboard, which includes

  • a public dashboard
  • a private team area to submit answers/follow progress
  • a backoffice for the organization

Public dashboard: Public dashboard

Private team area: Private team area

Organization backoffice: Organization backoffice

Main features of the dashboard

  • start/stop the CTF
  • pause the counter (adds minutes)
  • anouncements system to teams
  • logs of correct answer submissions (in the backoffice)
  • logs of submissions (through syslog)

Setup

Each team gets a token to login in their private area. Set them up at the teams table, here. Don't reuse the tokens or else teams from previous CTFs could login as an opponent team.

Run docker-compose up. This makes the dashboard available at localhost:8050

The private team area is at localhost:8050. You can login with one of the tokens from the teams table.

The backoffice will be running here. You should (really!) protect this URL with some basic auth, or some other kind of ACL.

About

Capture the flag Game

License:Apache License 2.0


Languages

Language:PHP 48.4%Language:JavaScript 19.7%Language:HTML 15.9%Language:CSS 14.9%Language:Hack 0.9%Language:Shell 0.1%Language:Dockerfile 0.1%