> For the complete documentation index, see [llms.txt](https://pnpt.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnpt.adot8.com/active-directory/post-compromise-enumeration/plumhound.md).

# Plumhound

## Overview

Plumhound does the same thing that [Bloodhound](/active-directory/post-compromise-enumeration/bloodhound.md) does, however it can provide us with a different way and even more suitable way of visualizing the data.

{% hint style="info" %}
You must upload all of the data to[ Bloodhound ](/active-directory/post-compromise-enumeration/bloodhound.md)first and keep it open for Plumhound to work.
{% endhint %}

## Domain Enumeration

```bash
sudo python3 PlumHound.py --easy -p neo4j1
```

```bash
sudo python3 PlumHound.py -x tasks/default.tasks  -p neo4j1 
```

Open index.html for the full view
