run_shell_command
Execute commands on a running agent via the default shell interpreter, enabling remote system control for penetration testing.
Instructions
Execute a shell script command line against a running agent. This script is executed using the default command line interpreter.
Args:
agent_id: ID of agent to execute command on
command_line: A command to be executed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| command_line | Yes |