Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v4zha/clbattle
wargame
https://github.com/v4zha/clbattle
ctf docker docker-image linux shell wargame
Last synced: 16 days ago
JSON representation
wargame
- Host: GitHub
- URL: https://github.com/v4zha/clbattle
- Owner: v4zha
- Created: 2022-05-18T09:25:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T20:08:40.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:01:07.796Z (3 months ago)
- Topics: ctf, docker, docker-image, linux, shell, wargame
- Language: Dockerfile
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 repoRun the build script
```bash
chmod +x ./build.sh
./build.sh
```Or pull remote docker image
```bash
docker pull v4zha/wargame:latest
```
then run the container```bash
docker run -p 2020:22 --rm -d --name clbattle --hostname clbattle v4zha/wargame:latest
```Connecting to Each level
``` bash
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.