/EarlyAccess

Source-code for the HackTheBox machine EarlyAccess

Primary LanguagePHPMozilla Public License 2.0MPL-2.0

EarlyAccess

Source-code for EarlyAccess box

Installation:

  1. Install docker+docker-compose
  2. Run docker-compose up --build in the project root
  3. Wait for containers to be started up
  4. Add earlyaccess.htb to /etc/hosts
  5. Access https://earlyaccess.htb

Interaction with containers:

Command:

docker-compose exec <service-name> <command>

Running containers:

  • 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