> For the complete documentation index, see [llms.txt](https://notes.cavementech.com/pentesting-quick-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.cavementech.com/pentesting-quick-reference/active-directory/ad-enumeration/bloodhound-ce.md).

# 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="/files/5NGLHIbKjmjje5fsJQbK" 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="/files/I9Rh6YJmZsDNI4JPRLPm" alt=""><figcaption></figcaption></figure>

We will get some initial password.

<figure><img src="/files/dAsCycpCHmfCYMznMEwf" 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="/files/SxcTVsZY0QQFxwnPkoWz" alt=""><figcaption></figcaption></figure>

Then upload data from admin panel.

<figure><img src="/files/Ykok9CxnaJsIxbUR18lf" alt=""><figcaption></figcaption></figure>
