SUICIDE LINUX: BATTLE ROYALE http://slbr.tildeverse.org/
Go to file
sose 12f9c9bb93 first commit 2021-06-13 22:55:26 +00:00
image first commit 2021-06-13 22:55:26 +00:00
servers first commit 2021-06-13 22:55:26 +00:00
.gitignore first commit 2021-06-13 22:55:26 +00:00
log.txt first commit 2021-06-13 22:55:26 +00:00
new_image.sh first commit 2021-06-13 22:55:26 +00:00
readme.md first commit 2021-06-13 22:55:26 +00:00
reset.sh first commit 2021-06-13 22:55:26 +00:00
rules.md first commit 2021-06-13 22:55:26 +00:00
scoreboard.txt first commit 2021-06-13 22:55:26 +00:00
solutions.txt first commit 2021-06-13 22:55:26 +00:00
start.sh first commit 2021-06-13 22:55:26 +00:00

readme.md

SUICIDE LINUX BATTLE ROYALE

It's back, baby

coming soon! check #slbr on irc for updates!

typo? you're out.

when you play, you'll be dropped in a fresh vm. on the way to your goal, any mistyped command will delete your vm and you'll be eliminated.

contact ~ben or sose on tilde.chat (in the #slbr channel) to sign up.

How it works

  • Each game has a series of challenges to complete, users are provided with a bash shell and a folder of clues.
  • The challenges are numbered 1-X.
  • Users must submit the solutions to each challenge to the admin, the first user to submit correct solutions to each challenge will win the game.
  • If at any point the user enters an invalid shell command, they will be eliminated from the game.

Configuration

  • Configuring a new set of challenges is as simple as editing the solutions.txt file with their solutions, and providing new clues in the ./image/clues folder.
  • In the solutions.txt file, the line number of each solution corresponds to the challenge it is the solution for. Solutions may not take up multiple lines.

Prerequisites

  • docker
  • pslist
  • BSD style netcat (netcat-openbsd on debian)

Setup

  • Make sure your ports 1337, 1338 and 1339 are not exposed to the internet, as SLBR will use them internally
  • mkdir /home/slbr-admin
  • useradd slbr-admin -d /home/slbr-admin
  • usermod -a -G docker slbr-admin
  • sudo su slbr-admin
  • newgrp docker
  • cd
  • git clone https://tildegit.org/tildeverse/SLBR
  • cd SLBR
  • You are now ready to manage an slbr game

Running the game

  • run ./start.sh to start the listeners for various game events
  • run ./new_image.sh <user name> </path/to/pubkey> to create a new user
  • All game events and user commands will be logged to log.txt
  • You can ./reset.sh to cleanup after a game has finished