Relay Agent Bind SMB Listener
This relay listener does not open a new network socket - instead, it runs on the target machine where the generated payload is executed. An existing agent connection is used to set up an SMB named pipe to receive connections. To connect to this listener, an agent must use the connect-smb command with the target's host and the defined pipe name.
Plugin ID: shelldot.listener.relay-agent-bind-smb
Configuration Reference
The plugin's named default example explicitly supplies pipe name tuoni. Hand-written
JSON sent directly to the API does not inherit that value.
| Parameter | Type | Required | If omitted | Description |
|---|---|---|---|---|
pipename |
string | Yes | Listener initialization fails | Name of the SMB pipe to use on the target. |
Configuration Scenarios
Scenario 1 - Basic SMB Bind Relay
A relay listener using a named pipe for agent communication through SMB.