Reverse TCP Listener for Built Agents
This listener creates a TCP connection channel between the agent (client) and the C2 server. The agent connects to the C2 listener by using one or more specified hosts and port. All data is transmitted immediately without sleep or bandwidth limits.
Plugin ID: shelldot.listener.agent-reverse-tcp
Configuration
The table below lists the required configuration parameters:
Attribute | Description |
---|---|
hosts | An array of IP addresses or hostnames the agent will use to connect to C2. |
port | The TCP port on which the C2 server listens for connection. |
handshakeBytes | Random bytes used for the initial handshake between the C2 and the agent. |
startTime | (Optional) The start time if the listener should delay its start (ISO format). |