Skip to content

chr0x6eos/EarlyAccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Source-code for the HackTheBox machine EarlyAccess

Resources

License

Stars

Watchers

Forks