Start by downloading the docker-compose.yml file.
curl -L <https://ghst.ly/getbhce> > docker-compose.yml
Spin up the docker container:
- This will start the docker container in the background.
- Give it a minute to fully download start.
docker-compose pull && docker-compose up -d

Get the initial password:
docker-compose logs | grep -i 'Password Set To'

Open up Firefox and browse to:
<http://localhost:8080/ui/login>

Create a new password for the admin user:
- The password must meet the complexity requirements:
- 12 characters long/mixed case/symbols

I’ll run a collection from Kali using bloodhound-python
- This version of Bloodhound helpfully provides download links to both
Sharphound and Azurehound.
apt install bloodhound.py
bloodhound-python -u 'Domain_Username' -p 'Domain_Password' -ns DC_IP_ADDRESS -d TARGET_DOMAIN -c all --zip
- domain_username: The username you use to log in here.