any.proxy

A simple firewall redirection to any custom proxy.

Commands

any.proxy on

Start the custom proxy redirection.

any.proxy off

Stop the custom proxy redirection.

Parameters

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

Examples

Redirect all HTTP traffic to a local Burp proxy instance:

  1. set any.proxy.dst_address 127.0.0.1
  2. any.proxy on