proxychains_run
Executes any command through configured proxy chains on Kali Linux, routing network traffic for privacy and security testing.
Instructions
Run a command through the proxy chain on Kali Linux. The command will be routed through all configured proxies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to run through proxychains (e.g., 'curl https://example.com', 'nmap -sT target') | |
| timeout | No | Timeout in milliseconds (default: 60000) |