pivot_generate_proxychains
Generate a proxychains configuration for pivoting through a specified SOCKS proxy port and type, enabling traffic routing through compromised hosts during penetration testing.
Instructions
Generate a proxychains configuration for pivoting through SOCKS proxy.
Args: socks_port: SOCKS proxy port (default: 1080) proxy_type: Proxy type (socks4, socks5)
Returns: Proxychains configuration content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxy_type | No | socks5 | |
| socks_port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |