Bloodhound CE

How to Install Bloodhound CE on Kali. Newest Sharphound collectors only work with bloodhound CE

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

Launch the docker

First download the compose file

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

Then launch the container

docker-compose up

We will get some initial password.

Then visit the following link to access it.

Login with user admin and given password

Then upload data from admin panel.

Last updated