Source-code for EarlyAccess box
- Install docker+docker-compose
- Run
docker-compose up --build
in the project root - Wait for containers to be started up
- Add earlyaccess.htb to /etc/hosts
- Access https://earlyaccess.htb
Command:
docker-compose exec <service-name> <command>
- Webserver (earlyaccess.htb)
- Laravel application running
- mysql
- Database
- api
- Used for game-verification and later privesc
- admin-simulation
- Reads the admins messages each minute
- game-server
- Runs game used to privesc to game-adm
- autoheal
- Automatically restarts unhealthy containers