BloodHound Legacy: https://github.com/BloodHoundAD/BloodHound BloodHound CE (Community Edition): https://github.com/SpecterOps/BloodHound

. C:\AD\Tools\BloodHound-master\Collectors\SharpHound.ps1
Invoke-BloodHound -CollectionMethod All

Or just use SharpHound.exe

Invoke-BloodHound -Stealth
SharpHound.exe --Stealth
Invoke-BloodHound -ExcludeDCs
  • Run the collector on your foothold and a zip file will be generated
  • Import the zip file in BloodHound

Of course there won’t be times where we will have the luxury to upload things manually. Here is a linux tool for the same:

bloodhound-ce-python -d domain.com -u 'domain.user' -p 'itspassword' -dc dc01.domain.com -ns dc-ip -c All --zip

Bloodhound CE is the latest version used.