# Plumhound

### Overview

PlumHound operates by wrapping BloodHoundAD's powerhouse graphical Neo4J backend cypher queries into operations-consumable reports.

### Steps

1. Ensure `neo4j` and `bloodhound` is already running.
2. ```bash
   # This will output all Active Directory user objects from the Neo4J database.
   sudo bin/plumhound --easy -p <neo4j_pass>

   # Execute PlumHound with the Default TaskList
   sudo bin/plumhound -x tasks/default.tasks -p <neo4j_pass>
   ```
3. Move to the `results` directory and open `index.html` with your browser.

### References

1. <https://github.com/PlumHound/PlumHound?tab=readme-ov-file#plumhound-examples>


---

# 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://gokulkarthik.gitbook.io/pentesting-checklist/windows-and-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.
