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 localhost
Last updated
Was this helpful?