Reverse Shell Listener
This listener provides a simple TCP shell connection for manual use (e.g. with netcat). It is not intended for connections from generated agents.
Plugin ID: shelldot.listener.generic-reverse-tcp
Configuration Reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
port |
int | Yes | - | TCP port on which the C2 waits for a shell connection. |
inputBufferSize |
int | Yes | - | Maximum size of the input buffer in bytes. |
Configuration Scenarios
Scenario 1 - Basic Reverse Shell
A simple reverse shell listener on port 4444 with a 10 MB input buffer.