An escape game for Programmers and Hackers who abide by the hacker ethics.
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.
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.
- Install Git.
- Get the source code with Git.
Add a success.txt file in the
git clone https://github.com/niccokumzmann/escape-the-shell.git
scriptsdirectory with the text you wish to show when the game is over. - Install Docker.
- Install docker-compose.
- You can build the software from the current version you downloaded.
cd escape-the-shell docker compose build - To start the game, do
docker compose up -d
