I'm trying to use the Burp Suite Pro to scan a web application through a SOCKS 4 proxy (Cobalt Strike). But when I try, the proxy server resets the TCP connection.
So I fired wireshark to check what was happening between the two and I saw that the Burp Suite was using SOCKS version 5 to connect to my SOCKS version 4 proxy.
Is there a way to tell Burp Suite to use SOCKS 4 instead of 5?
Thanks