Burpsuite through SOCKS5

  1. Set up a SOCKS5 tunnel:

    • Use chisel to create a SOCKS5 proxy, typically on localhost:1080.

  2. Reset FoxyProxy:

    • Configure FoxyProxy in your browser to use Burp Suite's default listener (127.0.0.1:8080).

  3. Configure Burp Suite:

    • Go to Settings in Burp Suite.

    • Under the Network tab and connections, find the SOCKS Proxy section.

    • Select Override options for this project only (to avoid affecting other projects).

    • Enter the following:

      • Host: 127.0.0.1

      • Port: 1080

    • Check the box for Use SOCKS proxy.

  4. Test the setup:

    • Ensure traffic from your browser is routed through Burp Suite and the SOCKS5 proxy.

This allows Burp Suite to intercept and analyze web traffic for services on internal networks accessed via the SOCKS5 proxy.

Last updated