PlumHound

Repo: PlumHound

# Clone repo 
git clone https://github.com/PlumHound/PlumHound.git

# Install 
cd PlumHound
sudo pip3 install -r requirements.txt

# NOTE: You need to have BloodHound running already 
# Run 
sudo python3 PlumHound.py --easy -p Neo4j_PASSWORD

# Run tasks 
sudo python3 PlumHound.py -x tasks/default.tasks -p Neo4j_PASSWORD

# All output will be put in the reports folder along with an index.html
firefox index.html

Opening Index.html looks like this:

Full PlumHound report

Refer to BloodHound

Last updated