Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 458 Bytes

5-BloodHound-Enumeration.md

File metadata and controls

19 lines (15 loc) · 458 Bytes

BloodHound Enumeration

Enable Sharp-Hound and execute

. .\SharpHound.ps1
Invoke-BloodHound -CollectionMethod All,LoggedOn
Invoke-Bloodhound -CollectionMethod All -Domain CONTROLLER.local -ZipFileName loot.zip

To avoid detections like ATA

Invoke-BloodHound -CollectionMethod All -ExcludeDC

Start neo4j and BloodHound UI on kali machine and load the zip/json files

sudo neo4j console&;bloodhound&