-
-
Notifications
You must be signed in to change notification settings - Fork 41
Quick Start
idna edited this page Mar 8, 2022
·
1 revision
To get up and running quickly with default options:
- Ensure you already have Bloodhound and neo4j setup - https://bloodhound.readthedocs.io/en/latest/#install
- Ensure you have python installed
- Upload your SharpHound output into Bloodhound
pip install goodhound
goodhound -p "neo4jpassword"
This will process the dataset and output 3 csv files in the current working directory.
- Summary report
- Busiest paths report
- Weakest links report