Set up BloodHound on Kali Linux
- To set up BloodHound on Kali, we'll need to:
- Install the BloodHound GUI and Scanner
- Initialize the Neo4J Database
Install all the things!
apt install bloodhound bloodhound.py
In a separate terminal start neo4j as the sudo user
neo4j console
Open the web browser and go to
<http://localhost:7474>
- The initial credentials are:
- username: neo4j
- password: neo4j

You’ll be asked to create a new password for the neo4j user.
- Once you have set a new password, neo4j is good to go. (Just leave it running
- You can now run bloodhound-python to collect data and bloodhound to view it.