DRACARYS

- DRACARYS is written as a training challenge where GOAD was written as a lab with a maximum of vulns.
- You should find your way in to get domain admin on the domain dracarys.lab
- Using vagrant user is prohibited of course ^^
- Starting point is on lx01 :
<ip_range>.12 - Obviously do not cheat by looking at the passwords and flags in the recipe files, the lab must start without user to full compromise.
- If you use goad previously your ansible requirements may not be up to date. Be sure to do this before the install:
source ~/.goad/.venv/bin/activate
cd ~/GOAD/ansible
# if you python is >=3.11
ansible-galaxy install -r requirements_311.yml
# if you got a python <3.10
ansible-galaxy install -r requirements.yml
- Install :
or
./goad.sh
> set_lab DRACARYS
> set_provider <your_provider>
> set_iprange 192.168.56 # select the one you want and you can skip this with ludus
> install
- Once install finish disable vagrant user to avoid using it :
- Now do a reboot of all the machine to avoid unintended secrets stored :
And you are ready to play ! :)
- If you need to re-enable vagrant
- If you want to create a write up of the chall, no problem, have fun. Please ping me on X (@M4yFly) or Discord, i will be happy to read it :)
Tip
Be sure to get your arsenal up to date