Skip to content

any.proxy

A simple firewall redirection to any custom proxy.

Start the custom proxy redirection.

Stop the custom proxy redirection.

ParameterDefaultDescription
any.proxy.dst_address<interface address>Address where the proxy is listening.
any.proxy.dst_port8080Port where the proxy is listening.
any.proxy.iface<interface name>Interface to redirect packets from.
any.proxy.protocolTCPProxy protocol.
any.proxy.src_addressLeave empty to intercept any source address.
any.proxy.src_port80Remote port to redirect when the module is activated.

Redirect all HTTP traffic to a local Burp proxy instance:

Terminal window
set any.proxy.dst_address 127.0.0.1
any.proxy on