run_kali_command
Execute commands in a Kali Linux container for penetration testing tasks like network scanning, vulnerability assessment, and security testing.
Instructions
Execute a command inside the Kali Linux container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to execute in Kali container | |
| workdir | No | Working directory for the command (optional) | /root |