Proxy Burp Suite Traffic Through a Linode

Traducciones al Español
Estamos 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.
Create a Linode account to try this guide with a $ credit.
This credit will be applied to any valid services used during your first  days.

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.

  1. Configure your browser to work with Burp.

  2. If you haven’t already, install Burp’s CA certificate in your browser.

  3. 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
    
  4. In Burp Suite, go to the Project Options tab, then the Connections tab.

  5. Under SOCKS Proxy, enable the Override user options toggle. You’ll see form field options appear.

  6. 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.

  1. 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


Your Feedback Is Important

Let us know if this guide was helpful to you.


Join the conversation.
Read other comments or post your own below. Comments must be respectful, constructive, and relevant to the topic of the guide. Do not post external links or advertisements. Before posting, consider if your comment would be better addressed by contacting our Support team or asking on our Community Site.
The Disqus commenting system for Linode Docs requires the acceptance of Functional Cookies, which allow us to analyze site usage so we can measure and improve performance. To view and create comments for this article, please update your Cookie Preferences on this website and refresh this web page. Please note: You must have JavaScript enabled in your browser.