Set up BloodHound on Kali Linux

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>

Untitled

You’ll be asked to create a new password for the neo4j user.

Now that Bloodhound and neo4j are installed, create a zip file containing reconnaissance data

Create a folder for your scan data. (Kali)

mkdir scan_data
cd scan_data
bloodhound-python -c all -u 'joe' -p 'PASSWORD' -ns 172.17.0.254 -d beck.local --zip

Untitled