/escape-the-shell

Escape game for hackers following the hacker ethics

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

Escape the Shell

An escape game for Programmers and Hackers who abide by the hacker ethics.

Story

The company head quarters have been infiltrated by hackers. They are not extremely smart but we really do not like to have them snooping around in our networks. This is what we ask you for to help: Please help us defend our infrastructure from foreing access, make it secure, close the loop holes and find persistent infoltrations and delete them.

A group of our own infrastucture team is already workin on the case, tracking back the changes and the hack. But we can not do it alone. We need your help. Please help us with your team, to gain complete access and control over our infrastructure.

Installation for Development

You can run the escape game yourself and contribute new challenges. If you install the game for development, you can also use play the game.

  1. Install Git.
  2. Get the source code with Git.
    git clone https://github.com/niccokumzmann/escape-the-shell.git
  3. Install Docker.
  4. Install docker-compose.
  5. You can build the software from the current version you downloaded.
    cd escape-the-shell
    make build
  6. To start the game, do
    make start