Reverse Shell Listener
This listener creates a simple TCP connection for handling terminal input/output (stdin/stdout) redirected through a socket. It's designed for manual connections (e.g., using netcat) and is not intended for use with generated agents.
Plugin ID: shelldot.listener.generic-reverse-tcp
Configuration
The table below documents all available configuration parameters:
Attribute | Description |
---|---|
port | TCP port on which C2 listens for shell connections. |
inputBufferSize | Size of the buffer reserved for communication. |
Operation Details
Feature | Description |
---|---|
Connection Type | Basic TCP connection for terminal I/O |
Primary Use | Direct shell sessions via tools like netcat |
Agent Support | Not designed for generated agents |
Communication | Real-time terminal input/output over TCP |
Note: This listener prioritizes simplicity and direct access over advanced features, making it ideal for quick troubleshooting or direct command execution.