# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.cavementech.com/pentesting-quick-reference/active-directory/ad-enumeration/bloodhound-ce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
