Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 487 Bytes

5-BloodHound-Enumeration.md

File metadata and controls

25 lines (18 loc) · 487 Bytes

Enable Sharp-Hound

Supply data to BloodHound

The generated archive can be uploaded to the BloodHound application.

. .\SharpHound.ps1
Invoke-BloodHound -CollectionMethod All,LoggedOn

To avoid detections like ATA

Invoke-BloodHound -CollectionMethod All -ExcludeDC


Neo4j

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

sudo neo4j console&;bloodhound&