Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ieeesbgeci/clbattle

 
 

Repository files navigation

CL Battle

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

img1 img2 img3

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 [email protected] -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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.5%
  • Python 9.9%
  • Shell 8.2%
  • Rust 2.9%
  • C 1.4%
  • Procfile 0.1%