Burp Suite User Forum

Create new post

Forwarding requests not working

Merten | Last updated: Oct 15, 2019 09:34AM UTC

Hey folks, yesterday i noticed that i am not able to forward requests through the burp (it worked a month ago or so). I tried it in 2 Kali VMs and 1 ubuntu 1904. The proxy in firefox and burp are configured. The requests i send are intercepted but not forwarded - the Intercept tab stays empty but the browser is loading a long time until Burp return "Reply from SOCKS server has bad version". Screenshots i made: https://imgur.com/a/SdbaCqH Any tips how to fix this? Regards

Ben, PortSwigger Agent | Last updated: Oct 15, 2019 09:35AM UTC

Hi Breph, Thank you for your message. Do you have the SOCKS Proxy option enabled within User options -> Connections of the Burp instances that you are using? If so, can you disable this setting by unchecking the Use SOCKS proxy option and then seeing if the intercepting and forwarding of requests now works as expected.

Ben, PortSwigger Agent | Last updated: Oct 15, 2019 10:09AM UTC

Hi Breph, Not a problem. Glad you were able to get it sorted out in the end.

Burp User | Last updated: Oct 15, 2019 10:30AM UTC

Hey Ben Wright, oof.. what a stupid mistake. It was checked and it works now after i disabled it. Thank you very much! Best regards :)

mark | Last updated: Jul 04, 2020 08:26PM UTC

Hi guys I've got the same problem however mine isn't checked....?

mark | Last updated: Jul 04, 2020 08:27PM UTC

no matter what i try i cannot get anything to work

Hannah, PortSwigger Agent | Last updated: Jul 06, 2020 10:37AM UTC

Hi Mark Could you provide us with a description of your issue, please? Could you also tell me which version of Burp Suite you are using, whether you are using the platform version or the standalone JAR file, and the OS that you are operating on?

l0rdc0d3rm0r7 | Last updated: Jun 08, 2021 09:39PM UTC

I have found a solution that works for me, maybe might work you as well....I have realized burp suite on initial usage, uses the java 11 package which caused the issue for me, I have download the jre 9(latest and then, only it started working properly) 1. sudo wget https://download.oracle.com/otn/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jre-9.0.4_linux-x64_bin.tar.gz 2. sudo tar -xvzf ~/Downloads/jre-9.*.*.tar.gz -C /tmp/ 3. sudo if [ ! -d "/usr/lib/jvm" ]; then mkdir /usr/lib/jvm; fi 4. sudo sudo chown -R root:root /tmp/jre-9.*.* echo " " 5. sudo chmod -R +x /tmp/jre-9.*.*/bin 6. sudo mv /tmp/jre-9.*.* /usr/lib/jvm/ 7. sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre-9.*.*/bin/java 1065 8. sudo update-alternatives --install /usr/bin/javaws javaws /usr/lib/jvm/jre-9.*.*/bin/javaws 1065 9. sudo update-alternatives --config java 10. sudo update-alternatives --config javac

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.