Introduction & Installation

https://github.com/PlumHound/PlumHound

sudo git clone <https://github.com/PlumHound/PlumHound.git>
cd /PlumHound
sudo pip3 install -r requirements.txt

<aside> 💡

You must ensure bloodhound and neo4j console are up and running while trying to run Plumhound. This is because Plumhound is going to get data from bloodhound and analyze it.

</aside>

Testing

sudo python3 PlumHound.py --easy -p kali

Expected Output

image.png

Perform Default Task

sudo python3 PlumHound.py -x tasks/default.tasks -p kali