Page cover

BloodHound CE

https://github.com/SpecterOps/BloodHound

Source: https://posts.specterops.io/bloodhound-community-edition-a-new-era-d64689806e90

Source 2: https://bloodhound.readthedocs.io/en/latest/data-collection/sharphound.html

Changes

  • Performance has been improved

  • Bloodhound CE is now accessible in a web version

  • Direct import of ZIP files is no longer supported. You must now load the JSON files

  • This version offers user management + MFA and SAML authentication

  • All actions on the web version are managed through the API. This API can also be used outside of Bloodhound

  • SharpHound has been updated to version 2.0.0

There is a new version of SharpHound

New version of SharpHound

Execute the collector on the Target AD

Execute the collector

Examples of collection

Get the docker-compose.yml file

docker-compose.yml
  • https://raw.githubusercontent.com/SpecterOps/BloodHound/main/examples/docker-compose/docker-compose.yml

  • docker-compose -f docker-compose.yml up

OR

curl -L https://ghst.ly/BHCEDocker | docker compose -f - up

Start the containers

Executing Docker-Compose
Grab the Initial Password

Access the bloodhound in the browser

Change the Initial Password

Change the Initial Password

Go to Config > Administration

Administration menu

Upload the files

Upload the JSON Files from the colletor
Done

Results

That's it

Enjoy!

Comparison of bloodhound CE with the Legacy version:

Last updated