> For the complete documentation index, see [llms.txt](https://codex-7.gitbook.io/codexs-terminal-window/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codex-7.gitbook.io/codexs-terminal-window/red-team/red-team-dev/extending-havoc-c2/third-party-agents.md).

# Third Party Agents

This post is meant to help me understand how the Havoc third party agent system works. It is not going to be focused on agent development or offensive tradecraft, but purely on implementing a third party agent into Havoc C2.

tl;dr for those lazy, here's the [git repo](https://github.com/CodeXTF2/PyHmmm)

#### Credits

* @C5pider for developing Havoc C2 and the [Talon](https://github.com/HavocFramework/Talon) third party agent sample, which I used to learn this stuff myself
