Start by downloading the docker-compose.yml file.

curl -L <https://ghst.ly/getbhce> > docker-compose.yml 

Spin up the docker container:

docker-compose pull && docker-compose up -d

image.png

Get the initial password:

docker-compose logs | grep -i 'Password Set To'

image.png

Open up Firefox and browse to:

<http://localhost:8080/ui/login>

image.png

Create a new password for the admin user:

image.png

I’ll run a collection from Kali using bloodhound-python

apt install bloodhound.py
bloodhound-python -u 'Domain_Username' -p 'Domain_Password' -ns DC_IP_ADDRESS -d TARGET_DOMAIN -c all --zip