kali_exec
Run arbitrary shell commands inside the Kali Docker container for security tools not covered by other kali_* functions. Use for custom penetration testing and one-off tasks.
Instructions
Run an arbitrary shell command inside the Kali Docker container on Draydev. Use for tools not covered by other kali_* tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to run (e.g. 'nikto -h 192.168.0.1') |