MythicAgents / Apollo

A .NET Framework 4.0 Windows Agent
BSD 3-Clause "New" or "Revised" License
432 stars 90 forks source link

TCP Profile bug #105

Closed thespicybyte closed 2 years ago

thespicybyte commented 2 years ago

Running the unlink command to unlink a P2P agent that is using the TCP profile maintains an established connection. This causes the agent to stay alive after exit or the link to be properly removed with unlink has been executed.

Creating a pull request that has a fix, but I wanted to create the issue for tracking purposes.