# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pnpt.adot8.com/active-directory/post-compromise-enumeration/plumhound.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
