BurpSuite
Socks Proxy
Created a SOCKS5 proxy on port 9050. which runs inside WSL (Kali). Any app (e.g., BurpSuite on Windows) that connects to 127.0.0.1:9050 will have its traffic routed:
From Windows → WSL proxy → Out via Kali's
tun0(VPN).
# Setup the dynamic port forward
$ ssh -D 0.0.0.0:9050 -N -f localhostOpen Burp Suite in Windows and go to:
User Options → Connections → Upstream Proxy Servers
Add a new SOCKS5 proxy with the following details:
Host: Find it via
$ ip addr | grep eth0on Kali.Port:
9050SOCKS v5
You might also need to uncheck Use DNS with SOCKS if there are issues.
Last updated
Was this helpful?