> For the complete documentation index, see [llms.txt](https://kwcsec.gitbook.io/the-red-team-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kwcsec.gitbook.io/the-red-team-handbook/techniques/lateral-movement/poison-handler.md).

# Poison Handler

This tool registers a protocol handler remotely, and invokes it by using "start handler://" to execute commands.

```
Execute-PoisonHandler -ComputerName <TARGET> -Payload "commands”
```

{% embed url="<https://github.com/Mr-Un1k0d3r/PoisonHandler>" %}
