# Bloodhound CE

{% embed url="<https://github.com/SpecterOps/BloodHound>" %}

{% embed url="<https://m4lwhere.medium.com/the-ultimate-guide-for-bloodhound-community-edition-bhce-80b574595acf>" %}

Bloodhound CE is the latest version. Sharphound collectors do not work with the legacy bloodhound.

### Install Docker compose on Kali

```
sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
```

```
sudo chmod +x /usr/local/bin/docker-compose
```

<figure><img src="https://755681241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa5rXMZ1JAQhUeS7TtZkM%2Fuploads%2FxIv69rWV0QmxexyJyofb%2Fimage.png?alt=media&#x26;token=fe8f9ce8-3706-4b83-979c-90ed753a5666" alt=""><figcaption></figcaption></figure>

### Launch the docker

First download the compose file

```
wget https://ghst.ly/getbhce -O docker-compose.yml
```

Then launch the container

```
docker-compose up
```

<figure><img src="https://755681241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa5rXMZ1JAQhUeS7TtZkM%2Fuploads%2FsKxqc9gqVoIZmCIMisT5%2Fimage.png?alt=media&#x26;token=2747a91c-a72f-411a-a005-194ef20c836e" alt=""><figcaption></figcaption></figure>

We will get some initial password.

<figure><img src="https://755681241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa5rXMZ1JAQhUeS7TtZkM%2Fuploads%2FZcNPdP6B93Xoxyx2lUpK%2Fimage.png?alt=media&#x26;token=fda62533-57b4-48aa-a580-7dd6f627219e" alt=""><figcaption></figcaption></figure>

Then visit the following link to access it.

{% embed url="<http://localhost:8080/>" %}

Login with user admin and given password

<figure><img src="https://755681241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa5rXMZ1JAQhUeS7TtZkM%2Fuploads%2F9S9rpVAv7mrl0ByXqRjD%2Fimage.png?alt=media&#x26;token=f3bf8593-8577-468c-8e76-67080ed37ab7" alt=""><figcaption></figcaption></figure>

Then upload data from admin panel.

<figure><img src="https://755681241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa5rXMZ1JAQhUeS7TtZkM%2Fuploads%2F73KPnqMoSJrVVQJEXw9E%2Fimage.png?alt=media&#x26;token=0c6a6087-e9e5-4433-a3fe-17ec34ff7f83" alt=""><figcaption></figcaption></figure>
