🐆SharpHound/BloodHound
SharpHound
To work with SharpHound, it is needed to import it using powershell.
Import-Module .\Sharphound.ps1Once 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 startThen, BloodHound can be ran.
bloodhoundOnce ran, the archive can be uploaded (or dragged and dropped) to BloodHound interface.
Last updated