🐆SharpHound/BloodHound

SharpHound

To work with SharpHound, it is needed to import it using powershell.

Import-Module .\Sharphound.ps1

Once Sharphound module imported, Invoke-BloodHound can be used to extract values.

Invoke-BloodHound -CollectionMethod All -OutputDirectory C:\Users\Public\ -OutputPrefix "domainname_pentest"

BloodHound

Once SharpHound imported and ran, BloodHound, using neo4j, will use this archive to display it.

First of all, start neo4j.

sudo neo4j start

Then, BloodHound can be ran.

bloodhound

Once ran, the archive can be uploaded (or dragged and dropped) to BloodHound interface.

Last updated