cyberphor / ctfconsole

A Capture The Flag (CTF) server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctfconsole

GitHub
ctfconsole is a Capture The Flag (CTF) server.

Instructions

Step 1. Download ctfconsole from GitHub.

git clone https://github.com/cyberphor/ctfconsole &&\
cd ctfconsole

Step 2. Build and run the required containers using Docker Compose.

docker compose up --profile "ctfconsole" up

Step 3. Once you see a message similar to the one below, open a browser to http://localhost.

ctfconsole_frontend  | You can now view ctfconsole in the browser.

Step 4. When you're done using ctfconsole, enter the command below.

docker compose --profile "ctfconsole" down 

ctfconsole

Copyright

This project is licensed under the terms of the MIT license.

About

A Capture The Flag (CTF) server.

License:MIT License


Languages

Language:Go 44.3%Language:JavaScript 25.6%Language:Dockerfile 9.6%Language:PowerShell 6.9%Language:HTML 6.1%Language:CSS 5.6%Language:Shell 1.8%