run_exploit
Execute custom Python exploit code in an isolated sandbox for penetration testing. Requires operator approval for safe execution.
Instructions
LAST RESORT: run a custom Python PoC in the isolated sandbox runner. Requires operator approval upstream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Full Python script source. | |
| phase | No | 'test' (no network) or 'attack'. | test |
| target | No | Target ip or ip:port. | |
| timeout | No | Seconds before kill. |