Relay Agent Reverse TCP Listener
This relay listener uses an existing agent to accept reversed connections. The selected (relay) agent, identified by its GUID, waits for an incoming connection on a specified port. When a new agent is executed, it will attempt to connect to this relay agent using one of its provided hosts. If successful, communication will be routed through the relay agent.
Plugin ID: shelldot.listener.relay-agent-reverse-tcp
Configuration Reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
relayAgentGuid |
string | Yes | - | UUID of the existing agent that will listen for connections. |
hosts |
string[] | Yes | - | Array of hostnames or IP addresses for the relay agent. |
port |
int | Yes | - | TCP port on which the relay agent will listen for incoming connections. |
handshakeBytes |
string | No | "" |
Base64-encoded random bytes used for the initial handshake between the agents. |
startTime |
string | No | - | Optional UTC start time if the listener should not start immediately (e.g. 2025-04-10T11:02:09Z). |
Configuration Scenarios
Scenario 1 - Basic Relay Reverse TCP
A relay listener that routes traffic through an existing agent to reach a new agent on the internal network.