v4zha / clbattle

wargame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

wargame


Languages

Language:Dockerfile 77.7%Language:Python 9.9%Language:Shell 8.2%Language:Rust 2.9%Language:C 1.4%Language:Procfile 0.1%