Product docs and API reference are now on Akamai TechDocs.
Search product docs.
Search for “” in product docs.
Search API reference.
Search for “” in API reference.
Search Results
 results matching 
 results
No Results
Filters
Proxy Burp Suite Traffic Through a Linode
Traducciones al EspañolEstamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
When testing with Burp Suite, you may find yourself working in an environment with specific network restrictions. For example, a firewall appliance can interfere with your testing by dropping or modifying packets, resulting in false positives or false negatives.
One workaround is to proxy Burp’s traffic through a Linode. Doing this will bypass local network restrictions and pipe everything directly to the internet via Linode’s network.
Configure your browser to work with Burp.
If you haven’t already, install Burp’s CA certificate in your browser.
Open an SSH connection to your Linode through port
12345
. This will be used to pass local traffic to your Linode, so keep this terminal window running in the background during testing.ssh -D 12345 root@your_linode_ip_address
In Burp Suite, go to the Project Options tab, then the Connections tab.
Under SOCKS Proxy, enable the Override user options toggle. You’ll see form field options appear.
Make the following changes:
Enable Use SOCKS proxy.
In the text field labeled SOCKS proxy host, enter localhost.
In the text field labeled SOCKS proxy port, enter the port number you started the SSH connection with above.
Enable Do DNS lookups over SOCKS proxy.
- All browser traffic will now be forwarded from Burp to your Linode over the SSH connection, then out to the internet. Confirm this by visiting https://whatsmyip.com/ with the browser you configured for Burp. The result should show your Linode’s public IP address.
This guide was written with permission from and in collaboration with Jesse Kinser.
This page was originally published on