any.proxy
A simple firewall redirection to any custom proxy.
Commands
Section titled “Commands”any.proxy on
Section titled “any.proxy on”Start the custom proxy redirection.
any.proxy off
Section titled “any.proxy off”Stop the custom proxy redirection.
Parameters
Section titled “Parameters”Parameter | Default | Description |
---|---|---|
any.proxy.dst_address | <interface address> | Address where the proxy is listening. |
any.proxy.dst_port | 8080 | Port where the proxy is listening. |
any.proxy.iface | <interface name> | Interface to redirect packets from. |
any.proxy.protocol | TCP | Proxy protocol. |
any.proxy.src_address | Leave empty to intercept any source address. | |
any.proxy.src_port | 80 | Remote port to redirect when the module is activated. |
Examples
Section titled “Examples”Redirect all HTTP traffic to a local Burp proxy instance:
set any.proxy.dst_address 127.0.0.1any.proxy on