Install BloodHound and Neo4j on Kali
linuxtool
Summary
Installs BloodHound, Neo4j and a compatible JDK on Kali, then sets the initial Neo4j password so you can log in to the database.
Walkthrough
One-time setup to get the legacy BloodHound GUI working on Kali, including Neo4j and a compatible Java runtime.
Steps
- Install Neo4j, the JDK and BloodHound from apt.
- Set the initial Neo4j password (used as the credential for the BloodHound login screen).
``bash sudo apt install -y neo4j sudo apt install -y openjdk-17-jdk sudo apt install -y bloodhound sudo /usr/share/neo4j/bin/neo4j-admin set-initial-password bloodhound ``
Commands
bash
sudo apt install -y neo4j sudo apt install -y openjdk-17-jdk sudo apt install -y bloodhound sudo /usr/share/neo4j/bin/neo4j-admin set-initial-password bloodhound