Skip to content

bastreynard/escape-the-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escape the Shell

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

image

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
    Add a success.txt file in the scripts directory with the text you wish to show when the game is over.
  3. Install Docker.
  4. Install docker-compose.
  5. You can build the software from the current version you downloaded.
    cd escape-the-shell
    docker compose build
  6. To start the game, do
    docker compose up -d

About

Escape game for hackers following the hacker ethics, with a few references to Mr.Robot

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 66.9%
  • Dockerfile 26.7%
  • Makefile 6.4%