/clbattle

wargame

Primary LanguageDockerfile

CL Battle

CL Battle is a series of basic linux command challenges.
Each level is cleared when password for the next level is found .

Installation

  • clone the repo

Run the build script

chmod +x ./build.sh
./build.sh

Or pull remote docker image

    docker pull v4zha/wargame:latest

then run the container

    docker run -p 2020:22 --rm -d --name clbattle --hostname clbattle v4zha/wargame:latest

Connecting to Each level

ssh lvl0@127.0.0.1 -p 2020

Note

  • Basic obfuscation,security and file permission restriction is not implemented as it is intented to be beginner friendly and not competetive.