MT-CTF / ctf-scripts

Scripts for setting up/running a CTF server. USE AT YOUR OWN RISK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctf-scripts USE AT YOUR OWN RISK

LandarVargan's scripts/notes for setting up/running a CTF server.

Don't run anything unless you know exactly what you and the script are doing. The goal is to make this reliable and usable by less tech-savvy users, but the day that becomes a reality is a LONG way off

Minetest user setup, script download (assumes root user)

  • sudo apt update && sudo apt install git
  • sudo useradd -s /bin/bash -m -G sudo minetest
  • su minetest && cd ~
  • git clone https://github.com/MT-CTF/ctf-scripts.git && cd ctf-scripts/ && chmod +x *.sh

About

Scripts for setting up/running a CTF server. USE AT YOUR OWN RISK

License:MIT License


Languages

Language:Shell 100.0%