Server Side Coding

This section talks about the different components for creating the server side docker container for a new C2 profile. This piece accepts messages from the agent, decodes them, forwards them off to the Apfell server, and replies back with the response. Specifically, this goes into the following components:

  • Docker containers

  • Configuration Files

Last updated