Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Xvezda/xvzd-wargame

:checkered_flag: Wargame repository (feat. zizihacker & rubiya)
https://github.com/Xvezda/xvzd-wargame

ctf docker flask-application selenium wargame

Last synced: 3 months ago
JSON representation

:checkered_flag: Wargame repository (feat. zizihacker & rubiya)

Awesome Lists containing this project

README

        

BoB 8th Vulnerability Analysis Track CTF
========================================

How to run
----------

1. Install docker, docker-compose and git.
```sh
sudo apt-get update
sudo apt-get install docker.io docker-compose git
```

2. Clone git repository
```sh
git clone https://github.com/Xvezda/xvzd-wargame.git wargame
cd wargame
```

3. Generate wargame flag
```sh
echo WARGAME_FLAG=FLAG{your_flag_here} > .env
```

4. Run docker compose
```sh
sudo docker-compose up -d
```

Known Issue
-----------
Error - Docker compose version is too low.
```
Unsupported config option for services service: '...'
```

Solve
```sh
sudo docker-compose -f docker-compose-1.2.0.yml up -d
```