
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

Execute the collector on the Target AD

Examples of collection
.\SharpHound.exe --CollectionMethods Session --Loop --Loopduration 02:00:00 --loopinterval 00:10:00
Import-Module .\SharpHound.ps1
Invoke-BloodHound -CollectionMethods All
Invoke-BloodHound -CollectionMethods All -Stealth -OutputDirectory <path>
Invoke-BloodHound -CollectionMethods All -LdapFilter "(physicaldeliveryofficename=...)"

Get the docker-compose.yml file
OR
Start the containers


Access the bloodhound in the browser
Change the Initial Password

Go to Config > Administration

Upload the files


Results

Enjoy!
Comparison of bloodhound CE with the Legacy version:
Last updated